https://github.com/ajaykumar2pp/e-com-api-using-nodejs
This is a Ecommerce API Project
https://github.com/ajaykumar2pp/e-com-api-using-nodejs
dotenv express mongoose nodejs postman
Last synced: 10 months ago
JSON representation
This is a Ecommerce API Project
- Host: GitHub
- URL: https://github.com/ajaykumar2pp/e-com-api-using-nodejs
- Owner: ajaykumar2pp
- Created: 2022-11-19T13:31:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T02:55:53.000Z (over 2 years ago)
- Last Synced: 2025-01-22T08:15:41.938Z (11 months ago)
- Topics: dotenv, express, mongoose, nodejs, postman
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ecommerce API Project 🚀
## ⭐ Introduction
This is a Ecommerce API Project which is built using Nodejs, Ejs ,CSS, Javascript , Bootstrap. It is responsive across all devices.
## Features ( Test your API’s using Postman )
-Post Method : API to add products to the database.
-Get Method : API to list products
-Delete Method : API to delete products
-Put Method : API to update quantity of a product (can be incremented or decremented)
.
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:2000](http://localhost:2000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
## Packages Install
-body-parser
-dotenv
-ejs
-express
-express-session
-mongoose
-nodemon
## 🔗 Links
> ## Checkout the website link https://e-com-api-ajay.herokuapp.com/
## 💻
### Create Product

### List Product

### Update Product

### Delete Product
