A simple club management app made with <3
 
 
 
 
 
Go to file
Zynh0722 24aaac1f74 BROKEN: Switching to dedicated handler task 2023-11-03 07:55:24 -07:00
dist commiting old work 2023-10-19 03:16:16 -07:00
migrations feat: drinks 2023-09-30 14:51:11 -07:00
src BROKEN: Switching to dedicated handler task 2023-11-03 07:55:24 -07:00
templates BROKEN: Switching to dedicated handler task 2023-11-03 07:55:24 -07:00
.gitignore commiting old work 2023-10-24 06:17:34 -07:00
Cargo.lock BROKEN: Switching to dedicated handler task 2023-11-03 07:55:24 -07:00
Cargo.toml BROKEN: Switching to dedicated handler task 2023-11-03 07:55:24 -07:00
README.md add readme 2023-10-24 06:36:52 -07:00
build.rs base framework up and running 2023-09-21 10:44:53 -07:00
diesel.toml feat: shifts 2023-09-26 02:18:12 -07:00
docker-compose.yml feat: shifts 2023-09-26 02:18:12 -07:00
example.env feat: shifts 2023-09-26 02:18:12 -07:00
mprocs.yaml feat: shifts 2023-09-26 02:18:12 -07:00

README.md

clubmanager

Running

Run Database
docker-compose up

or

docker compose up

whichever works

Run Web Server
cargo run
Reset database
docker compose down

or

docker-compose down

whichever works, then restart the database as above