API from My Money made with NodeJS, Express and MongoDB.
- NodeJS
- Express
- The NoSQL database MongoDB
- Deployed on Heroku
Make sure that you already has the NPM, Node and MongoDB in your machine.
Clone this repo locally:
$ git clone https://github.com/carolvasc/my-money-api.git
Install the dependencies:
$ npm install
Open your terminal and run the server:
$ npm run dev
If the whole process has gone well, your server will be running at localhost:4003
.