Before you run the app locally, you need to run the database:
docker-compose up -d
Local URL for DB connection:
mongodb://localhost:27017/FornariShopDB
Rename .env.template to .env and fill in the values.
MONGODB_URL: your mongodb connection url
Warning: this will delete all the current data in the db.
Make a GET request to localhost:3000/api/seed