mirror of
https://github.com/evgen-app/chess_rpg_backend.git
synced 2024-11-22 17:47:11 +03:00
13 lines
244 B
Markdown
13 lines
244 B
Markdown
# chess_rpg_backend
|
|
Backend for chess rpg game
|
|
|
|
### installation
|
|
```shell
|
|
$ python3 manage.py makemigrations & python3 manage.py migrate
|
|
$ docker run -p 6379:6379 -d redis:5
|
|
```
|
|
|
|
### run
|
|
```shell
|
|
$ python3 manage.py runserver 0.0.0.0:8000
|
|
``` |