Serves the API
Requirements:
- Node.js 14.16.1
npm install
Create a .env file in the root folder. Use .env.example as a staring place
npm run dev
Starts the local server on port 3000. Using nodemon, so any js/json file save will restart the server