Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ritesh9919/e-commerce
- Owner: Ritesh9919
- Created: 2024-02-22T07:52:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T11:04:57.000Z (10 months ago)
- Last Synced: 2024-11-09T06:39:43.103Z (2 months ago)
- Language: JavaScript
- Homepage: https://e-commerce-api-ak05.onrender.com/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 Started1. 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/)---