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: about 2 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T07:30:19.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T22:44:21.053Z (over 1 year 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