Aureus - lightweight web framework
September 2018 »
Aureus - lightweight web framework
- Utilized Werkzeug to manipulate the request and response object
- Designed the MVC architectural pattern with View and Controller modules
- Constructed Session module for HTTP communication, built template engine for data processing
- Packaged the database operations with PyMySQL, distributed the web framework on PyPi
- Skills: Python, WSGI, HTTP, MVC, PyMySQL