Skip to content

yashikajotwani12/Poll

Repository files navigation

Polling App

Tech Stack:

  • Frontend: Html,Css
  • Backend: Django
  • Version Control: Git and GitHub
  • Hosting: Heroku
  • Code Editor and tools: VS Code
Setup Steps
  • Setup Virtual environment
$ python3 -m venv env
  • Activate the virtual environment
$ source env/bin/activate
  • Install dependencies using
$ pip install -r requirements.txt
  • Make migrations using
$ python manage.py makemigrations
  • Migrate Database
$ python manage.py migrate
  • Create a superuser
$ python manage.py createsuperuser
  • Run server using
$ python manage.py runserver

About

This is a polling app where you can see the results on a graph.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors