This is a mini-loan App created using Next-js and Nodejs.
In order to setup it on your local machine run the following commands in the root folder after cloning the repo:
- cd server
- npm install
- npm start
- cd ..
- cd client
- npm install
- npm run dev
- now setup .env file in the server
- first mongoDB url as DATABASE_URL
- PORT=5000 After these commands you can able to view the app on http://localhost:3000