Simple API with Model & Controller
Express, MongoDB
RUN node install
RUN node server.js
API routes:
GET, POST: http://localhost:3012/artists/
PUT, DELETE, GET:id http://localhost:3012/artists/:id
Version without Model & Controller:
RUN server-mongo.js
Version without MongoDB: (Array as database)
RUN ver-3_router.js