Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/romabulani/bakinlane-backend
- Owner: romabulani
- Created: 2022-09-03T17:54:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T16:30:51.000Z (5 months ago)
- Last Synced: 2024-06-27T10:10:42.059Z (5 months ago)
- Topics: backend, ecommerce, expressjs, mongodb, mongoose, mongoose-schema
- Language: JavaScript
- Homepage: https://bakinlane-server.cyclic.app/
- Size: 237 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 AddressLive 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/)