api_server Serves the API Project setup Requirements: Node.js 16.0.0 npm install Development 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 ts/json file save will restart the server