Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/romabulani/bakinlane-backend

BackEnd for ECommerce
https://github.com/romabulani/bakinlane-backend

backend ecommerce expressjs mongodb mongoose mongoose-schema

Last synced: 4 days ago
JSON representation

BackEnd for ECommerce

Awesome Lists containing this project

README

        

# BackEnd for [ECommerce](https://bakin-lane.netlify.app/)

## Tech Stack
- Express
- Mongo DB
- JWT for Authentication

## Functionalities

### Products and Categories
- Get all Products and Categories

### Authentication
- Login and Signup with JWT Token

### Wishlist and Cart Management
- Add and remove the product from wishlist
- Add, update quantity and remove the product from cart

### View Orders
- Order History of User

### Address Management
- Add, Update and Delete Address

Live Link for BackEnd is [here](https://bakinlane-server.netlify.app/.netlify/functions/api/products)

Live Link for FrontEnd is [here](https://bakin-lane.netlify.app/)