MyWallet (back-end)

Your definitive solution for financial control!
Check the front-end of this application here
Link of the API: https://p14-mywallet-back.herokuapp.com/

Technologies

How to run

Install the application

# Clone this repository
$ git clone https://github.com/gmtorres95/MyWallet-Back

# Install the dependencies
$ npm i

Configure the .env file

Use the .env.example file

Run the application

$ npm run start