Node.js + Express from Zero: Product CRUD REST API Day 2 of the from-zero series. Build a complete REST API from scratch — one step at a time.
This project is a testing on the sequelize ORM for node.js. You can play around with the CRUD operations using postman (port 3000). API routes : /api/all - GET /api/new - POST /api/update/:id - PUT ...