Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 670 Bytes

File metadata and controls

17 lines (14 loc) · 670 Bytes

HTTP Server

http server that you can upload, list and download files from. Uses Python, Flask, sqlite3, HTML5, CSS. main.py stores files in filesystem and uses SQL to organize them. Secondary.py stores files within db. Security measures can be improved** currently working on

Resources

https://readthedocs.org/projects/flask-dev/downloads/pdf/latest/ https://flask.palletsprojects.com/en/1.1.x/patterns/fileuploads/ https://flask.palletsprojects.com/en/1.1.x/patterns/sqlite3/ https://dev.mysql.com/doc/mysql-tutorial-excerpt/5.7/en/example-auto-increment.html https://tedboy.github.io/flask/generated/flask.make_response.html

Preview

alt text