Made is more presentable, added a README and a simple cleanup.
This commit is contained in:
2021-03-23 10:51:17 +01:00
parent e4abd2e3cf
commit cb6c84069e
11 changed files with 78 additions and 81 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# 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
>>> db.create_all()
```
## Missing features
- Migrations
- Multiple categories
- An admin interface to add things (other then pictures) to the portfolio.
- A login-system
- A JQuery-free website