/Loan-Management

An application built using the MERN stack to manage and sanction loans for the users.

Primary LanguageJavaScript

Loan Management Application

Website shields.io PRs Welcome

An application designed to manage and sanction loans. Users can login and request for loans. Once the loans are approved by the manager, they are sanctioned to the user.

Loan-Management

Hit ⭐ if you like this project

Tech Stack 👨‍💻

Want to own this project? Follow the below steps :

  • Fork the repository to make it your own.
  • Use the following command to clone the repo locally
git clone https://github.com/your-github-username/Loan-Mangement.git
  • Run the below command to install dependencies on the server side
npm install
  • Run the below command to install dependencies on the client side
cd client
npm install
  • Run the below command from the root directory to start the server
npm run server
  • Run the below command from the root directory to start the client
cd client
npm run start
  • Enchance it, edit it, the project is now all yours