first commit
parents
Showing
.env
0 → 100644
Dockerfile
0 → 100644
File added
database.db
0 → 100644
File added
docker-compose.yaml
0 → 100644
gunicorn.sh
0 → 100755
hello.py
0 → 100644
init_db.py
0 → 100644
requirements.txt
0 → 100644
requests | ||
flask-mysql | ||
pymysql | ||
werkzeug | ||
flask_httpauth | ||
numpy | ||
requests | ||
fsspec | ||
python-dotenv | ||
gunicorn | ||
\ No newline at end of file |
rest.py
0 → 100644
schema.sql
0 → 100644
static/css/style.css
0 → 100644
templates/base.html
0 → 100644
templates/create.html
0 → 100644
templates/edit.html
0 → 100644
templates/index.html
0 → 100644
templates/post.html
0 → 100644
Please register or sign in to comment