REST API inspired by this a tutorial of freeCodeCamp. A CRUD application for the workouts of the day. The workouts can have tips on how to perform it.
It is a Client-Server-Mode distributed application.
Also try to follow these principles when implementing the security part of the API
Install node.js and npm.
# Clone the repository
$ git clone
$ npm install# Run the application
$ npm devPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
