Tutorial https://www.youtube.com/watch?v=9FQrFah9rnc
npm install
npm run dev (nodemon) or npm start server.js
GET /api/v1/stores # Get Stores
POST /api/v1/stores # Add Store body { storeId: "0001", address: "10 main st Boston MA" }
Tutorial https://www.youtube.com/watch?v=9FQrFah9rnc
npm install
npm run dev (nodemon) or npm start server.js
GET /api/v1/stores # Get Stores
POST /api/v1/stores # Add Store body { storeId: "0001", address: "10 main st Boston MA" }