Skip to content

datkumar/vanilla-node-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla-JS Node API

  • REST HTTP API Server for CRUD operations in NodeJS without using any library / frameworks like Express, Axios etc.
  • Referred from this Traversy Media video

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 develpment
npm run dev

# Run in production
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published