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

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

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

![Screenshot (71)](https://user-images.githubusercontent.com/102378038/202855411-2c136c88-1ad9-44e5-9c84-cbe20dbc858a.png)

### List Product
![Screenshot (70)](https://user-images.githubusercontent.com/102378038/202855361-25ea669c-fe60-43e7-8f48-605eca5a8930.png)

### Update Product

![Screenshot (68)](https://user-images.githubusercontent.com/102378038/202855285-39cad2e2-6978-4c0a-9990-53d286406717.png)

### Delete Product

![Screenshot (69)](https://user-images.githubusercontent.com/102378038/202855317-387172fe-1c9e-492d-9268-53d2e94f9be3.png)