It is a backend for arduino project: https://github.com/wizand0/DC_Monitor_UNO
This is an Introduction to flask. This repo contains a simple web app (TODO) and log for sensors based
For testing
- Work with email;
- Work with telegram bot
Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. In this Repo, we will be creating a simple web app (TODO Master).
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The project requires
- python 3.8 or higher. You can download python from here
- pip. You can download pip from here
- virtualenv. You can download virtualenv from here
Installing the project is very simple. Just follow the steps below
- Clone the repo
git clone
- Create a virtual environment
virtualenv venv
- Activate the virtual environment
source venv/bin/activate
- Install the requirements
pip install -r requirements.txt
- Run the app
python app.py
- Open the app in your browser
http://localhost:5000
v. 1.0.5. - added login and registration pages. Now only registered user can view and edit data. v. 1.0.4. - minor fixes for stability. v. 1.0.0. - functionality for sending telegram messages. v. 0.8.0 - logging functionality.