1. Buat mock up tampilan interface untuk wahana (bebas menggunakan software apapun, diutamakan menggunakan figma)
git clone https://github.com/mhafiz03/testing
cd testing/website_sederhana
pip install aiohttp
python main.py
Buka http://localhost:8000 di web browser
curl 127.0.0.1:8000/update?air_speed=30
curl 127.0.0.1:8000/update?motor_rpm=9000
curl 127.0.0.1:8000/update?vert_speed=600
curl 127.0.0.1:8000/update?air_speed=50&motor_rpm=7500&vert_speed=1000
Refresh web page untuk melihat data yang baru di-update, karena saya belum mengimplementasi polling di javascript :/
git clone https://github.com/mhafiz03/testing
cd testing
pip install PyQt5
python simple_crud_python/main.py
-Hatur nuhun