Skip to content

TechTasa/financetool

Repository files navigation

Requirements

1.Node Js Download
2.Git Download
3.VSCode Download

Git Setup (First time only)

git config --global user.name John Doe

git config --global user.email [email protected]

Installation

Open Terminal In VSCODE:

git clone https://github.com/TechTasa/rupeexpertNode.git
cd rupeexpertNode

Select Branch

git checkout -b main

OR

git checkout -b test

OR

git checkout -b sell

OR

git checkout -b inhouse

Install Dependencies

npm install

Create .env file in root directory

image

Put credentials in .env file

image

Note: each branch will have different credentials

Run Project

npm run dev

OR

npm start

By default it will run on http://localhost:611

Making Changes & Pushing to github

git add .
git commit -m "changed this & that"  

Change "changed this & that" with the changes you made.For e.g you changed services page : "changed service page"

git push

File/Folder Structure

└── 📁rupeexpertNode
    └── 📁config
    └── 📁controllers
    └── 📁middlewares
    └── 📁models
    └── 📁public
        └── 📁css
        └── 📁html
        └── 📁images
        └── 📁js
    └── README.md
    └── 📁routes
    └── server.js
    └── 📁uploads
    └── 📁utils
    └── 📁views
        └── apply.ejs
        └── asasd.ejs
        └── blogCreate.ejs
        └── blogDetail.ejs
        └── blogEdit.ejs
        └── blogList.ejs
        └── blogPageDetail.ejs
        └── blogPageIndex.ejs
        └── business.ejs                 Services/Business Loan Page
        └── career.ejs                   Career Page 
        └── careerapply.ejs
        └── contact.ejs                  Contact Page
        └── createJob.ejs
        └── createmanagement.ejs
        └── creditcard.ejs               Services/Credit Card Page
        └── dashboard.ejs
        └── editJob.ejs
        └── editmanagement.ejs
        └── home.ejs                     Home Page
        └── homeloan.ejs                 Services/Home Loan Page
        └── jobs.ejs
        └── leads.ejs
        └── loanpage.ejs
        └── login.ejs                    Login Page
        └── management.ejs
        └── micro.ejs                    Services/Micro Loan Page
        └── personal.ejs                 Services/Personal Loan Page
        └── resume.ejs
        └── resumes.ejs
        └── services.ejs                 Services Page
        └── signup.ejs

New User Test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published