Marketplace API

Overview

This is a RESTful API for a Marketplace built using NestJS, Prisma, Swagger, and Docker. The API provides endpoints for managing products, users, and orders within the marketplace.

Features

  • Product Management: CRUD operations for products.
  • User Management: CRUD operations for users.
  • Order Management: Place and manage orders.
  • Swagger Documentation: Explore and test API endpoints using Swagger documentation.

Technologies Used

Setup

Prerequisites

  • Node.js (>=14.x)
  • npm (>=7.x)
  • Docker (if you want to run the application in a Docker container)

Installation

  1. Clone the repository:

    git clone git@github.com:oularefodos/marketplace_api.git