Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 857 Bytes

readme.md

File metadata and controls

28 lines (17 loc) · 857 Bytes

API - Ecommerce

Introduction

This project is a simple e-commerce application. You can access the API documentation by visiting the route /docs, where you will find information about all available routes and their associated request and response schemas.

Default port will be 8080

Diagram

To start a project, you should follow the Requirements section and begin by running:

docker compose up

Requirements

You can make a download of postaman collection inside of documentation folder.

Before you get started with this project, please make sure you have the following prerequisites:

  • Docker: Ensure that Docker is installed on your system.
  • Docker Bridge Network: Create a Docker bridge network with the following command:
docker network create -d bridge my-bridge-network