Make sure you have at least Node v18 or higher installed on your machine.
Start by copying the .env.example to an .env file. Don't forget to include your local URL for your React client to prevent CORS errors.
Next install all dependencies in the root and server folders:
npm install
cd server
npm installThat's it! You can go back to the root folder and simply run npm start, the server will be running on http://localhost:3000.
A health-check endpoint to make sure the server is running OK.
GET/api/status
Get all pickups.
GET /api/v1/pickups