Skip to content

Peter-TMK/ExcelShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 

Repository files navigation

ExcelShop: An E-commerce API

Description

An E-commerce API system for marketing products and displaying catalogs of items. Users(customers) can also upload products, make orders, cancel orders and make purchases.


Tools Used

  • NodeJS
  • Express Framework
  • mongoose.
  • moment.
  • multer.
  • passport.
  • winston.

API Features

  • Product and Categories
  • Users' sign-up, login and authentication
  • Placed Orders
  • Order delivery details
  • File(image) Upload

Getting Started

  1. Clone this repository using
    • git clone git@github.com:Peter-TMK/ExcelShop.git
  2. Install all dependencies using
    • npm install
  3. Navigate to the server folder where the API is implemented
    • cd server
  4. Create a .env file in the root directory using the example.env file as a guide
  5. Start the application:
    • npm run start
  6. Open the application in your browser:
    • http://localhost:9876

Author

Tunde Wey

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors