/loan-app

Basically, the purpose of this web application is to generate user emis. It is based on a user-administrator architecture whereby the user requests a loan from the admin for a certain amount, and if the admin agrees, emis will be calculated weekly. The user can pay one or more of those loans before the deadline.

Primary LanguageJavaScript

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:

  1. cd server
  2. npm install
  3. npm start
  4. cd ..
  5. cd client
  6. npm install
  7. npm run dev
  8. now setup .env file in the server
  9. first mongoDB url as DATABASE_URL
  10. PORT=5000 After these commands you can able to view the app on http://localhost:3000