A simple club management app made with <3
 
 
 
 
 
Go to file
Zynh0722 ab2c1bb677 remove extra async calls 2023-11-03 05:33:41 -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 remove extra async calls 2023-11-03 05:33:41 -07:00
templates remove unneeded line 2023-10-30 13:59:45 -07:00
.gitignore commiting old work 2023-10-24 06:17:34 -07:00
Cargo.lock diesel-async version bump 2023-11-02 15:34:40 -07:00
Cargo.toml diesel-async version bump 2023-11-02 15:34:40 -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