add readme
This commit is contained in:
parent
80deb61e9c
commit
08fca1dabf
1 changed files with 29 additions and 0 deletions
29
README.md
Normal file
29
README.md
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# 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
|
Loading…
Reference in a new issue