O banco dos raul
Bank Api, and can
- Create User
- Create account for an user
- Deposit money
- Withdraw money
- Transaction an amount to another user account
- Get your account extract
And is builded with:
- Node.js
- Typescript
- Mongoose ODM
- MongoDB
- Graphql
- Docker-Compose
Prerequisites:
Clone the repository to your local machine:
With Https:
git clone https://github.com/jpbrab0/RAULbank.git
With SSH:
git clone git@github.com:jpbrab0/RAULbank.git
With Github CLI:
gh repo clone jpbrab0/RAULbank
Starting Docker-Compose
- Install all dependencies of the project with npm:
npm i
- Setting up the database:
docker-compose up -d
- Rename the .exemple.env to .env
mv .exemple.env .env
- Initialize the server:
npm start
Made by jpbrab0