Loan Management Application
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.
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
Log in or sign up for Devpost to join the conversation.