Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ritesh9919/e-commerce

an e-commerce API facilitating seamless product management, cart functionality, and streamlined order processing for user.
https://github.com/ritesh9919/e-commerce

Last synced: 8 days ago
JSON representation

an e-commerce API facilitating seamless product management, cart functionality, and streamlined order processing for user.

Awesome Lists containing this project

README

        

# Summery of this project

This is API for E-commerce API where user can add product,add product to cart and order product.

## Tech Stack
Node.js, Express.js and MongoDB

---



## :rocket: Getting Started

1. Clone this repository;
`https://github.com/Ritesh9919/E-commerce.git`

2. Navigate to project directory using `cd folder name`.

3. run `npm install`

4. run `npm start`
---

## Enviroment Variable
1. PORT=
2. MONGO_URI
3. ACCESS_TOKEN_SECRET
4. ACCESS_TOKEN_EXPIRY

## :star: Swagger docs
[Swagger docs](https://e-commerce-api-ak05.onrender.com/api/docs/)

---