Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imoamo/test-back_2
This repository provides the backend for an e-commerce application built with Node.js, Express.js, and MongoDB. It features user authentication and cart management functionality.
https://github.com/imoamo/test-back_2
expressjs mongodb nodejs
Last synced: 7 days ago
JSON representation
This repository provides the backend for an e-commerce application built with Node.js, Express.js, and MongoDB. It features user authentication and cart management functionality.
- Host: GitHub
- URL: https://github.com/imoamo/test-back_2
- Owner: imoamo
- Created: 2024-05-06T11:19:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T07:30:19.000Z (4 months ago)
- Last Synced: 2024-07-27T08:37:31.067Z (4 months ago)
- Topics: expressjs, mongodb, nodejs
- Language: JavaScript
- Homepage: https://boat-life-style.netlify.app/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boAt Backend
This repository provides the backend for an e-commerce application built with Node.js, Express.js, and MongoDB. It features user authentication and cart management functionality.
## Features
- **User Authentication**:
- Signup
- Login
- **Cart Management**:
- Add products to cart
- View cart items
- Remove products from cart## Technologies Used
- Node.js
- Express.js
- MongoDB## Getting Started
### Cloning the Repository
1. Clone the repository:
```bash
git clone https://github.com/imoamo/test-back_2.git
cd test-back_2