/PythonFlask-RpiServer

A simple back end web server built in python flask

Primary LanguagePython

How does it works ?

This project was developed in Python Flask web Framework to use together with vue js and build a user interface to use a heartbeat sensor.

commands to run the project

Before you start, you have to create a virtual environment using python 3

$ python3 -m venv env

Then activate the virtual environment only for Unix users

$ source env/bin/activate

commands to install dependencies

$ pip install Flask
$ pip install flask-cors

command to run the project after to activate the virtual env and install the dependencies

$ python index.py