An open API service indexing awesome lists of open source software.

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

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