To create an online survey page to add new entries and search through existing entries. Created using django framework.
- Python
- Django Framework
- Git
- Install Django from terminal.
- Clone this repo
git clone https://github.com/prkksh/FirstPolls/
- Open terminal and cd in to the cloned folder and run the following command.
python manage.py runserver
- Open browser and open the localhost:8000 url
localhost:8000