Skip to content

moeinnazari/rest-api-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest-api-nodejs

a simple rest api made with vanilla node js

demo

Routes

GET      api/products
GET      api/products/:id
POST     api/products
PUT      api/products/:id
DELETE   api/products/:id

Usage

# Install dependencies
npm install

# Run in Production
npm run start

Thank you Brad Traversy 🙏

Releases

No releases published

Packages

No packages published