Open marketplace apps are decentralised open source apps for smart cities and local communities.
Demo: https://simulated-drone-1.herokuapp.com/
This programm simulates a drone, which is show on the open marketplace map.
🛠️ 🛠️ 🛠️ UNDER DEVELOPMENT 🛠️ 🛠️ 🛠️
Contribute to this project - join our Discord Server.
git clone https://github.com/open-marketplace-applications/drone
cd drone
cargo run --bin drone
Open http://localhost:3000/ in your browser.
Build docker image
docker build -t drone .
Run the image
docker run -p 5000:5000 drone:latest