Tic tac toe back
Django project as a web server of this board game
git clone
create virtualenv and activate it
create postgres data base
migrations are required
pip install requirement.txt
python manage.py runserver
Runs the app in development mode by python manage.py runserver
Open http://localhost:8000/admin to view it in the browser.
The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings.
follow up digitalocean for deployment
For Playing you also need to clone and run backend repo. so with both repo up and running you can open two browser with different cookies and try to play online
We'd love to have your helping hand on tic tac tow app
!for more information on what we're looking for and how to get started. aslo if you have further question please email me on - [email protected]
I am grateful to the author of existing related projects for their ideas and collaboration: