Guess What image is
-
how to play
- type the nickname and press the 'send' to sign up
- press the 'start' button and choose category
- guess what image is and raise your score!
- if you are in the top five, you will be in 'ranking'
-
how to run
-
download 'file_for_run' and 'letitzoom'
-
run 'letitzoom' in the VS code
-
make sure the 'settings.py' file code is correct especially below code
DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': '[your DB name]', 'USER': 'root', 'PASSWORD': '[your DB password]', 'HOST': 'localhost', 'PORT': 3306 } }
-
make database named as 'let_it_zoom' in heidSQL
-
Terminal > new Ternimal
----In Terminal----
-
python manage.py makemigrations
-
python manage.py migrate
----In heidSQL----
-
run two .sql files in 'file_for_run'
-
python manage.py runserver
*if you get sessions error, run
python manage.py make sessions
-
-
skills
-
python
- crawling : Requests
- web server : Django
- picture crop : Pillow
-
DB : Mysql
-
other language : JavaScript (JQuery) , HTML , CSS
-
-
tools
- VS code
- HeidiSQL
- Web Browser (Chrome)
- Presentation