/let_it_zoom

Primary LanguageJupyter Notebook

Let It Zoom!

Guess What image is

  • how to play

    1. type the nickname and press the 'send' to sign up
    2. press the 'start' button and choose category
    3. guess what image is and raise your score!
    4. if you are in the top five, you will be in 'ranking'
  • how to run

    1. download 'file_for_run' and 'letitzoom'

    2. run 'letitzoom' in the VS code

    3. 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 } }


    4. make database named as 'let_it_zoom' in heidSQL

    5. Terminal > new Ternimal

      ----In Terminal----

    6. python manage.py makemigrations

    7. python manage.py migrate

      ----In heidSQL----

    8. run two .sql files in 'file_for_run'

    9. python manage.py runserver

      *if you get sessions error, run python manage.py make sessions

  • skills

    • python

      1. crawling : Requests
      2. web server : Django
      3. picture crop : Pillow
    • DB : Mysql

    • other language : JavaScript (JQuery) , HTML , CSS

  • tools

    • VS code
    • HeidiSQL
    • Web Browser (Chrome)

1_index


3_select_cat


4_playgame


5_gameover


6_answer


2_ranking

  • Presentation

슬라이드1
슬라이드2
슬라이드3
슬라이드4
슬라이드5
슬라이드6
슬라이드7
슬라이드8