API for MoneyManager App. Made with Node, Express and Mongoose.
Use node package manager to install all dependencies.
npm installMake 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.confTo start the API run:
npm run devThis project is licensed under the MIT