Office hours booking system.
Build the images on first run and on code changes:
docker-compose build
Spin up the container:
docker-compose up
Now we can send requests to the API service that will send CRUD operations to the DB service.
Office hours booking system.
Build the images on first run and on code changes:
docker-compose build
Spin up the container:
docker-compose up
Now we can send requests to the API service that will send CRUD operations to the DB service.