/fixfast.scala

Primary LanguageHTMLMozilla Public License 2.0MPL-2.0

How to

First time

install nix

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

install direnv

nix profile install nixpkgs#direnv
cp .env-sample .env
vi .env # edit the file
dbmate create

To run migrations

dbmate up

New migration

dbmate new <migration_name>

To run the server

sbt coreJVM/run