Done for now

This commit is contained in:
2022-07-05 22:40:53 +02:00
parent 4b404f8569
commit 1f7e70247f
10 changed files with 81 additions and 7673 deletions

View File

@@ -1,12 +1,15 @@
# Portfolio Website
A quick portfolio website made to run on Heroku without any storage bucket.
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:
```python
>>> from app import db, app
>>> db.create_all(app=app)
```shell
$ python app.py
```
## Missing features