This project is a mock server for thymeflow-front.
You will need the following things properly installed on your computer.
- Node.js (with NPM)
npm install
The following command will start the mock server with nodemon so you can make changes without having to restart.
npm start