This project uses npm for package management
To install required dependencies navigate to the /api folder and run...
npm install
The API lives in the /api folder. Navigate there before running any of these commands.
To start the API...
npm run start
To start the API run with hot reload...
npm run dev