How to run the app
In the project directory (the folder that contains json-server-calendar-api), you need first to install all dependencies by running:
npm install
npm run-server / json-server --watch db.json --port 5000
Open http://localhost:5000/users to view users it in your browser and to open the app http://localhost:5000 .