Skip to content

potentialengineer/node-express-boilerPlate

 
 

Repository files navigation

gift-wrapping-be

Server code using Node.js

Steps

  • Clone the repo and run npm install
  • npm run start

#Authentication endpoints: -

  1. /users/register (method: post, register new admin)
  2. /users/login (method: post, login authentication for admin)

#Product Endpoints: -

  1. /products (method: get,get all products from system)
  2. /products/new (method:post, add new product to system)
  3. /products/:id (method: get, get product with id)
  4. /products/:id (method: put, update product with id)
  5. /products/:id (method:delete, delete product with id)

#Category endpoints: -

  1. /categories (method: get, get all categories)
  2. /categories/new (method: post, add new category)
  3. /categories/:id (method:put, update category)
  4. /categories/:id (method:get,get category by id)

About

node express MongoDB boilerplate for quick start

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Procfile 0.1%