Files
mvl-flask/README.md
2022-07-05 22:40:53 +02:00

22 lines
442 B
Markdown

# Portfolio Website
A quickly made portfolio website made to run on Heroku without any storage bucket.
Make sure the following environment variables are set:
- `DATABASE_URL`
- `PASSWORD`
- `SECRET_KEY`
Tables can be created with:
```shell
$ python app.py
```
## Missing features
- Migrations
- Multiple categories
- An admin interface to add things (other then pictures) to the portfolio.
- A login-system
- A JQuery-free website