Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 391 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 391 Bytes

SkrauzodoroTracker-Server

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

How to run the project

  1. Clone the repo
  2. Run npm install in repo's directory
  3. Run npm start in repo's directory