Skip to content

Database

Chelsea Brown edited this page Nov 22, 2023 · 2 revisions

Home > Development > Running the Project > Database


Database

  • Make sure the project is up and running by using the docker make commands

Set up minio:

make minio-init

Run migrations:

make migration-run

Get data locally (choose option 1):

make sync

Parse data into the db:

make parse
Clone this wiki locally