Skip to content

nielssp/undergroundtomorrow

Repository files navigation

Underground Tomorrow

Server

Create database

psql -U postgres
create database ut;
create role ut with login password 'ut';
grant all privileges on database ut to ut;

Create .env

RUST_BACKTRACE=1
RUST_LOG=debug,sqlx=warn
UT_SECRET_KEY=dev
UT_DATABASE=postgresql://ut:ut@localhost/ut

Run

cargo watch -x run

Client

Install dependencies

npm install

Run dev server

npm run dev

About

PBBG Jam 2022 entry

Resources

License

Stars

Watchers

Forks

Contributors