You will need to create a .env file with the following.
DATABASE_URL=This will need to be placed in the project root.
Make sure to migrate the db/init.sql file into the postgres database you are using if you arent using docker.
Then cargo run to run!
Lint: cargo fmt --all
docker-compose up --build