A Portfolio Flask Web-App (project-oriented, flask-based python web-app).
This is a Flask-based web app with an orientation to portfolio management. The content will be available via markdown & yaml which will translate into routes.
pip install -r ./requirements.txt
- ./requirements.txt/ - PIP package requirements ([Format Spec](https://pip.pypa.io/en/latest/reference/pip_install.html#requirements-file-format|pip package format))
- ./models/ - All of the models used to represent content
- ./models/remote/ - Models for objects received from services
- ./documentation/ - All documentation for the project.
- ./source/ - All source code
- /tests/ - All Tests
- ./tests/unit/ - Unit Tests
- ./tests/behavior/ - Behavior Tests
- ./tests/coverage/ - Test Coverage Tests
- ./tests/performance/ - Performance Tests