https://github.com/shoorick/weight
Weight registration example using Flask
https://github.com/shoorick/weight
flask python python3
Last synced: about 2 months ago
JSON representation
Weight registration example using Flask
- Host: GitHub
- URL: https://github.com/shoorick/weight
- Owner: shoorick
- Created: 2020-10-09T12:45:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T18:58:01.000Z (about 1 year ago)
- Last Synced: 2025-11-18T23:02:16.225Z (7 months ago)
- Topics: flask, python, python3
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Weight
======
Record numeric data (weight for example), store it, and then draw graphs.
Purpose
-------
There is a just [Flask](https://flask.palletsprojects.com/) example, nothing more :-)
Requirements
------------
* Python 3
* pip
* flask
* matplotlib
How to run
----------
### Initialize database
```bash
cd db
python init.py
```
### Run application in development mode
```bash
make server
```
or
```bash
flask --debug run
```
Hit `Ctrl+C` to stop the server.
See also
--------
[How To Make a Web Application Using Flask in Python 3](https://www.digitalocean.com/community/tutorials/how-to-make-a-web-application-using-flask-in-python-3) by Abdelhadi Dyouri
Author
------
Alexander Sapozhnikov
http://shoorick.ru