NodeJS-MongoDB-API-maps

Tutorial https://www.youtube.com/watch?v=9FQrFah9rnc

Install dependencies

npm install

Serve on localhost:5000

npm run dev (nodemon) or npm start server.js

Untuk Route API

GET /api/v1/stores # Get Stores

POST /api/v1/stores # Add Store body { storeId: "0001", address: "10 main st Boston MA" }