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

https://github.com/wesleyara/bank-mdb-api


https://github.com/wesleyara/bank-mdb-api

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Bank MDB

## Description

This project is a simple bank application that allows users to create accounts, deposit and withdraw money, and view their account balance.

## Technologies

- Typescript;
- Node.js;
- Express;
- MongoDB;
- Mongoose;
- JWT;
- Crypto-js;
- Swagger;

## How to run

1. Clone this repository;
2. Run `npm install` or `yarn` to install the dependencies;
3. Run `docker-compose up` to start the MongoDB container;
4. Run `npm run dev` or `yarn dev` to start the server;
5. Access `http://localhost:3333` to view the API documentation.

## Author



Wesley Araújo


## License

This project is under the MIT license. See the [LICENSE](LICENSE) file for more details.