munna / flask-api

REST API in FLASK to communicate with hardware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create enviorment for this project.

py -3 -m venv venv This will create venv folder in same project directory to manage all dependency.

Write Dependency of python module to requirements.txt file.

pip freeze > requirements.txt

About

REST API in FLASK to communicate with hardware


Languages

Language:Python 100.0%