Skip to content

Shopping REST API Created with Express.js and MongoDB

Notifications You must be signed in to change notification settings

AhmedGsa/Shopping-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping-REST-API

REST API developed using Express.js and MongoDB

Setup

npm install && npm start

don't forget to add .env file containe the MONGO_URI, PORT, JWT_SECRET, JWT_LIFETIME

Functionality

  • Register new user / login to existing user
  • Authentication using JsonWebToken
  • Cart Management (Adding Product, Deleting Product, Modifying Product Information)
  • Product Management (Creating Product, Getting all existing products (for now))

Routers

  • auth.js
  • cart.js
  • products.js

About

Shopping REST API Created with Express.js and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published