radhika2026 / E-commerce-REST-API

REST API for CRUD operations on cart items and managing users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-commerce-REST-API

REST API for CRUD operations on cart items and managing users.
The API have endpoints to add new users or use the already existing user id to login.
The API allows to add new products.
The API allows to perform CRUD operation on the cart.
To use the API
1)clone the repository
2) npm i
3) npm start
4) Use Postman to check the working.

About

REST API for CRUD operations on cart items and managing users.


Languages

Language:JavaScript 98.7%Language:Shell 1.3%