Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Design Image Added

Image Added
Image Added
Image Added
Image Added
Image Added

Implementation

We decided to implement our website using HTML/CSS/JavaScript for the frontend, the Flask web development framework for the backend, and SQLite for the database. Flask is written in Python, and while it is similar in principle to Django, it is much more lightweight, and therefore is easier to set up and use. It has a templating system for web pages that reduces the amount of code duplication. 

...