Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 501 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 501 Bytes

iot-plant

Part of Bsc thesis.

  • Its using React with @MaterialUi
  • Backend is written in rust with axum and Prisma ORM
  • DB is Postgres
  • Pot prototype is made with ESP8266

ERD diagram:

image

How to run this app:

  • To run this app you need to create .env files with db url as well as generate db.rs with prisma
  • To start backend you cargo run
  • To run frontend you start a react server