Quick web Dashboard / REST API
-
Backend
- Flask
- Gunicorn
-
Frontend
- VueJS
- Bootstrap
- npm
- python3
- virtualenv
make
make check
make run
tree
.
|-- Makefile
|-- README.md
|-- app
| |-- __init__.py
| |-- api.py
| |-- static
| | |-- Makefile
| | |-- css
| | | `-- index.css
| | |-- js
| | | `-- app.js
| | |-- media
| | | |-- flask.png
| | | `-- vuejs.png
| | `-- package.json
| |-- templates
| | `-- index.html
| `-- tests
| |-- __init__.py
| `-- test_api.py
|-- docs
| `-- preview.png
`-- requirements.txt
8 directories, 15 files