Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kseniia-chepur/bank-loans-backend


https://github.com/kseniia-chepur/bank-loans-backend

api-rest bcrypt expressjs joi jwt nodejs swagger-ui

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Bank loans app

### Description of the project

This project is a part of the TechMagic Academy_JS course#15. It provides an API for the loan management system at commercial bank.

### [API documentation](https://bank-loans-backend.onrender.com/api-docs/)

### Used technologies

-Node.js -Express.js -MongoDB & mongoose -bcrypt -JWT -cors -Swagger UI Express -Joi -nodemon -dotenv

### Commands

- Install dependencies: npm install or yarn install

- Run in development mode: npm run dev
- Run in production mode: npm run prod