Docker + Docker Compose
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