Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 216 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 216 Bytes

Django Backend Game

RUN

-- create new environment

-- activate environment

-- run redis server

-- install requirements package

-- python3 manage.py runserver

-- migrate models

-- add games to database