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
To start a project, you should follow the Requirements
section and begin by running:
docker compose up
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