API for MoneyManager App. Made with Node, Express and Mongoose.
Use node package manager to install all dependencies.
npm install
Make sure MongoDB is available in your environment. If you are in a MacOS, you can use the following code to start MongoDB as a background service:
mongod --config /usr/local/etc/mongod.conf
To start the API run:
npm run dev
This project is licensed under the MIT