This is the backend part of Skrauzodoro Tracker. It's responsible for CRUD operations between the client and a local MongoDB server. For full documentation refer to client's README - https://github.com/Skrauz/SkrauzodoroTracker-Client
- Clone the repo
- Run
npm install
in repo's directory - Run
npm start
in repo's directory