Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 564 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 564 Bytes

bounce

Final project for the Internet Technologies course: a website which allows for viewing a simple physics animation, configuring it, and saving configurations to an account.

NOT to be used in a production setting or any situation where password security could potentially be relevant.

Prerequisites:

  • Python 3.9.2+
  • Python packages listed in the pip requirements.txt file
  • A PostgreSQL database initialized with the commands in initialize_database.sql
  • Appropriately configured files in app/config/ as per the template in app/config_template/