1.Node Js Download
2.Git Download
3.VSCode Download
git config --global user.name John Doe
git config --global user.email [email protected]
Open Terminal In VSCODE:
git clone https://github.com/TechTasa/rupeexpertNode.git
cd rupeexpertNode
git checkout -b main
OR
git checkout -b test
OR
git checkout -b sell
OR
git checkout -b inhouse
npm install
npm run dev
OR
npm start
By default it will run on http://localhost:611
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
└── 📁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