This project is a backend API for an ecommerce application built with Node.js, Express and MongoDB.
It allows managing products and shopping carts through RESTful API endpoints.
- Product management system
- Shopping cart functionality
- REST API architecture
- MongoDB database integration
- Node.js
- Express
- MongoDB
- Mongoose
Products
GET /api/products
POST /api/products
Carts
GET /api/carts
POST /api/carts
Clone the repository
git clone https://github.com/Lautarot12/ecommerce-backend
Install dependencies
npm install
Run the server
npm run dev
Developed by Lautaro Tello