/ntuoc14-query-sheet

Querying spreadsheet web app for National Taiwan University Orientation Camp.

Primary LanguagePugGNU General Public License v3.0GPL-3.0

ntuoc14-query-sheet

Querying spreadsheet web app for National Taiwan University Orientation Camp.

screenshot

Quickstart

$ sudo apt install sqlite3
$ make debug
$ firefox http://127.0.0.1:5000

server/app/instance/sheet.csv stores the form responses. It requires sqlite3 to import the spreadsheet into app/db.sqlite.

Credits

  • Flask - the Python micro framework for building web applications.
  • SQLite - C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.