https://github.com/wesleyara/bank-mdb-api
https://github.com/wesleyara/bank-mdb-api
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wesleyara/bank-mdb-api
- Owner: wesleyara
- License: mit
- Created: 2024-06-28T05:31:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T16:19:48.000Z (11 months ago)
- Last Synced: 2025-01-26T18:17:26.843Z (4 months ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## License
This project is under the MIT license. See the [LICENSE](LICENSE) file for more details.