Loan
This is a web application for basic loan management activities.
API Deployment
API is deployed at https://webloan.herokuapp.com
API Documentation
API is documented at https://webloan.herokuapp.com/documentation
Built With
Getting Started
Installation
- Clone this repository using
git clone https://github.com/an-apluss/loan.git
- Use the
.env.sample
file to setup your environment variables and rename the file to.env
- Run
npm install
to install all dependencies - Run
npm start
to start the server
- Run Test
npm test
- Run Coverage Report
npm run coverage
API Routes
DESCRIPTION | HTTP METHOD | ROUTES |
---|---|---|
Sign up User | POST | /api/v1/auth/signup |
Log in User | POST | /api/v1/auth/signin |
Get Available Loan | GET | /api/v1/loan |
Apply for Loan | POST | /api/v1/loan |
License
© Anuoluwapo Akinseye
Licensed under the MIT License