nhatho89 / Survey-Sumo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Development

  1. Open command prompt and cd into 'Desktop'

  2. Run 'git clone https://github.com/nhatho89/Survey-Sumo.git'

  3. Install dependencies 'pip3 install -r requirements.txt'

  4. cd into the Survey Sumo project and seed the data (seed data not implemented yet). Run 'python3 manage.py createsuperuser' in the project to create super user.

  5. Run 'python3 manage.py runserver'

  6. Open 'http://localhost:8000/admin/' for admin rights. Sign in with previously written super user. From here you can create/view poll questions and choices.

  7. Open project at 'http://localhost:8000/polls/' using any browser

Survey Sumo Home Page

Survey Sumo Admin Page

About


Languages

Language:Python 59.3%Language:JavaScript 19.5%Language:HTML 13.2%Language:CSS 8.0%