Rest API to manage accounting for a single user.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What you need before running the software
- Node
- Check you node version, you need >= 0.10.5
- Mongodb
- Create a database called "accounting-notebook"
npm install
cd front/
npm install
start the project
npm run start
If everything worked as expected you can visit http://localhost:5000/ and you will get a UI to interact.
- Guillermo Antico
This project is licensed under the MIT License - see the LICENSE.md file for details