Files
mvl-flask/README.md
Marijn Doeve 4b404f8569 Back to a kind of working state
Package version are now pinned.
2022-07-05 16:41:41 +02:00

19 lines
377 B
Markdown

# Portfolio Website
A quick portfolio website made to run on Heroku without any storage bucket.
Tables can be created with:
```python
>>> from app import db, app
>>> db.create_all(app=app)
```
## Missing features
- Migrations
- Multiple categories
- An admin interface to add things (other then pictures) to the portfolio.
- A login-system
- A JQuery-free website