You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Clone this repository using
git clone git@github.com:Peter-TMK/ExcelShop.git
Install all dependencies using
npm install
Navigate to the server folder where the API is implemented
cd server
Create a .env file in the root directory using the example.env file as a guide