- Clone the Repository
git clone https://github.com/bitoid/b2b-delivery-api/
cd b2b-delivery-api
- Environment Configuration
- Copy the
.env.example file to a new file named .env and edit it to include your specific configurations:
- 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
- Build and Run the Docker Containers
docker-compose up --build
- 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).