Skip to content

A simple node RESTful API that can perform GET, POST, PATCH, DELETE on the products route and GET, DELETE on the orders route

Notifications You must be signed in to change notification settings

kingsleycj/node-shopping-restful-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping RESTful API

This is a simple node shopping rest api that has three (3) resources; ORDER, PRODUCT and USER.


Technologies used:

  • Nodejs
  • Expressjs
  • Bcrypt
  • Nodemon
  • Mongoose ODM
  • MONGODB
  • Jsonwebtoken

Links

Installation Guide

  • Clone the repository
  • Run npm install to install all dependencies
  • Create a .env file to store all your variables

How to Run

  1. Run npm start to start the server, OR
  2. Run npm run dev to start with nodemon(and make updates)
  3. Connect to the API using postman on Port 4000

Author

Kingsley CJ

About

A simple node RESTful API that can perform GET, POST, PATCH, DELETE on the products route and GET, DELETE on the orders route

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages