Skip to content

Lautarot12/ecommerce-backend-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce Backend API

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.


Features

  • Product management system
  • Shopping cart functionality
  • REST API architecture
  • MongoDB database integration

Technologies Used

  • Node.js
  • Express
  • MongoDB
  • Mongoose

API Endpoints

Products

GET /api/products
POST /api/products

Carts

GET /api/carts
POST /api/carts


Installation

Clone the repository

git clone https://github.com/Lautarot12/ecommerce-backend

Install dependencies

npm install

Run the server

npm run dev


Author

Developed by Lautaro Tello

LinkedIn
https://linkedin.com/in/lautaro-tello-5a2832321

About

REST API for product and cart management built with Node.js, Express and MongoDB.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors