Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 510 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 510 Bytes

Office hours booking system.

Use Cases

Documentation

Docker Compose (API and DB Services)

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.