Skip to content

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 a db.

Notifications You must be signed in to change notification settings

ebootehsaz/httpServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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 a db.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published