Skip to content

This is a shopping API that provides access to various product and order management features. It is built using NodeJSand allows users to browse, search, and purchase products.

Notifications You must be signed in to change notification settings

Olayanju-1234/Shopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Shopping

Description

A simple shopping cart application built with Node.js, Express.js, MongoDB. It uses JWT for authentication and authorization. It also uses swagger for documentation.

Installation

  1. Clone the repository
  2. Run npm install
  3. Run npm start

Usage

  1. Create a .env file in the root directory
  2. Add the following to the .env file
PORT=3000
MONGO_URI=<YOUR_MONGO_URI>
JWT_SECRET=<YOUR_JWT_SECRET>
  1. Run npm start

Endpoints

swagger documentation: http://localhost:5000/api-docs/

License

MIT License

Author

Joseph Olayanju


About

This is a shopping API that provides access to various product and order management features. It is built using NodeJSand allows users to browse, search, and purchase products.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published