This is Project are a Expense Control that let able the user add and remove values to his expense of the month and download a pdf of it, this one is the back end API of the project create by me using Node.js
Connect with me at LinkedIn
You can access the vídeo of this application at ExpenseControl
Node.js, GIT
Cloning the Repository
$ git clone https://github.com/willcordeiro/ExpenseControl-node
$ cd ./<project page>
Installing dependencies
$ yarn
or
$ npm install
Starting the project
$ node index.js
the project will run at the default port setted by me http://localhost:4000/
