Skip to content

abhisekill/rest-api-vanilla-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla Node.js REST API | No Framework used

Full CRUD REST API using Node.js with no framework

Routes

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

Installation

# Install dependencies
npm install

# Run in develpment
npm run dev

# Run in production
npm start

About

REST-API using Node.js without Express.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages