Skip to content

bitoid/b2b-delivery-api

Repository files navigation

b2b-delivery-api

Getting Started

Prerequisites

  • Docker
  • Docker Compose

Installing

  1. Clone the Repository
git clone https://github.com/bitoid/b2b-delivery-api/
cd b2b-delivery-api
  1. Environment Configuration
  • Copy the .env.example file to a new file named .env and edit it to include your specific configurations:
cp .env.example .env
  • You also have to copy .env.db.example to a new file named .env.db and edit it to include your specific configurations:
cp .env.db.example .env.db
  1. Build and Run the Docker Containers
docker-compose up --build
  1. Accessing the Application Once the containers are up and running, you can access the web application by navigating to http://localhost:1337 in your web browser (adjust the port according to your configuration).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages