mirror of
https://github.com/aronwk-aaron/MSState-Library-ETD.git
synced 2026-01-30 09:30:51 -06:00
21 lines
711 B
Markdown
21 lines
711 B
Markdown
# Library-ETD
|
|
|
|
Senior design Project
|
|
|
|
Electronic Thesis and Dissertation system for the MSState Library
|
|
|
|
## Requirements
|
|
|
|
- Python 3.7.2
|
|
|
|
## Helpfu Links
|
|
|
|
- [venv setup](http://flask.pocoo.org/docs/1.0/installation/)
|
|
- [Flask](http://flask.pocoo.org/) microframework
|
|
- [Jinja2](http://jinja.pocoo.org/) Templating Engine
|
|
- [Flask-SQLAlchemy](http://flask-sqlalchemy.pocoo.org/2.3/) ORM
|
|
- [PostgresSQL](https://www.postgresql.org/) Database engine
|
|
- [Flask - Uploading files](http://flask.pocoo.org/docs/1.0/patterns/fileuploads/)
|
|
- [Flask-Uploads](https://pythonhosted.org/Flask-Uploads/) extension (still looking at this)
|
|
- [Flask-WTForms](https://flask-wtf.readthedocs.io/en/stable/index.html#) extension
|