Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 971 Bytes

README.md

File metadata and controls

44 lines (34 loc) · 971 Bytes

Agile Web Development

A multi user web application built using:

  • HTML
  • JS
  • CSS
  • Bootstrap
  • SQLITE
  • Flask

Database Design Credit: https://danidee10.github.io/2016/09/19/flask-by-example-2.html

The applictaion has features including:

  • Administration login
  • The ability for users to submit votes to defined polls
  • Graphs showing the results of these polls
  • Administrator privileges including the ability to add, delete and modify polls.

How to use:

i) Clone or download the repository

$ git clone https://github.com/andrewbarwise/Agile-Web-Development.git

ii) Create and activate a virtual environment

 $ virtualenv venv
 $ source venv/bin/activate

iii) Install the requirements inside the app folder

$ pip install -r requirements.txt

iv) Initialize the server

$ flask run

v) View output in your browser http://localhost:5000