a simple rest api made with vanilla node js
GET api/products
GET api/products/:id
POST api/products
PUT api/products/:id
DELETE api/products/:id
# Install dependencies
npm install
# Run in Production
npm run start
Thank you Brad Traversy 🙏