I wanted to try some shit out in Crystal & Svelte. Sue me.
.env.sample
to an .env
file at the root of the project and add your Google auth keys./dev-setup.sh
docker-compose up
The project has Micrate set up because clear's migrations weren't documented enough for me to work them out. Mixing frameworks, yey!
docker-compose run --rm api crystal db/micrate.cr scaffold your_migration_name
db/migrations
docker-compose run --rm api crystal db/micrate.cr up
docker-compose run --rm api crystal db/micrate.cr down