Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 560 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 560 Bytes

Web Interface To Embedded system

Setting Up Environment

Tech Stacks

React
Flask
SQlite(3)
ngrok

Frontend

Prerequisites: Node.js, npm/npx/yarn

Navigate to the frontend/ directory

Run npm install

Backend

Prerequisites: python, pip

Run:

pip install -r requirements.txt
flask run --host=0.0.0.0

Database

Prerequisites: sqlite(3)

To open database run

sqlite3 door.db

Make server visible on the internet

ngrok http 5000