- Docker
- Docker Compose
- Clone the Repository
git clone https://github.com/bitoid/b2b-delivery-api/
cd b2b-delivery-api- Environment Configuration
- Copy the
.env.examplefile to a new file named.envand edit it to include your specific configurations:
cp .env.example .env- You also have to copy
.env.db.exampleto a new file named.env.dband 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:1337in your web browser (adjust the port according to your configuration).