Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 320 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 320 Bytes

Requirements:

Docker + Docker Compose

Setup:

Run the following command.

$ docker compose up

This will create the database and seed the data. This may take a minute or two to complete.

Use the following command to stop the container without deleting the data:

$ docker compose stop