Skip to content

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.

Notifications You must be signed in to change notification settings

001priyanshu/loan-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages