Housie is a indian version of bingo, this website is to assist users in managing the game online especially during times of quarantine.
NOTE: This project is not complete and I'm still working on it.
Instructions to run
- Go to terminal
- cd to the folder where the repository is cloned
- Open the folder through terminal, ls and you should see housiegame, readme and venv.
- In terminal run the following command:
- source venv/bin/activate
- cd housiegame
- ls (you should see, db.sqlite3, housie, housiegame, manage.py)
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver
- to exit virtual env use this command: "deactivate"