Skip to content

bt-projects/Smile-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smile-Game-

This is a smile web based game using Django.

Live at : Smile Game

Homepage Signup Login Game

1. Install all the requirement files in your computer by running:

  • pip install -r requirements.txt

pip freeze outputs a list of all installed Python modules with their versions. pip freeze > requirements.txt

2. Create a database name "smile" in xampp

3. Migrate table in your database

  • py manage.py makemigrations
  • py manage.py migrate

4. Start your project

  • py manage.py runserver

Make sure to start your mysql in xampp before running your application

5. Additional

  • Create superuser in django dashboard: py manage.py createsuperuser
  • After creating superuser you can directly login with superuser username and password:
  • Superuser can delete and update all the users who have signup in the smile.

How to create a test app and generatre password in Google

Step1: Step2: Step3:

Google Developer Console for OAuth (3rd-party application)

Google Developer Console Step 1: Step 2: Step 3:

Created by Bishow Thapa in Dec 20, 2022