Skip to content

poornesh-chenna/c2c-loan-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer to Customer Loan Application

Run Following commands to Test application locally in your device

Clone the project

git clone https://github.com/poornesh-chenna/c2c-loan-platform.git

In the project directory, we have frontend-react and backend-node directory which are specific to frontend and backend applications respectively:

To run frontend :

cd frontend-react

npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

To start backend :

cd backend-node

npm install

npm run dev

Create .env file in backend-node dir and use your own environmental variable to make application work.