This project was created in order to show programming skills of Python developers from Jelvix.
Create Blog about Game competitions with Events, Matches, Posts about Matches and Chat Rooms.
Django, Celery, Channels, Docker, Django-REST, Swagger, Redis, Factory Boy
-
Admin part
To get to the admin part use the url:
http://localhost:8000/admin/

-
Dashboard
To get to the dashboard use the url:
http://localhost:8000/

-
Also there are API endpoints with docs:
http://0.0.0.0:8000/docs/

- clone this repository;
- open directory with project in the terminal;
- run command
docker-compose up --build; - after this go to the chosen screen.
The first registered user will be a super user.