"Watch your devices with intelligence"
Connect with devices and plot data, possibly creating mock devices and data. This project was created as part of the bem-te-vi challenge.
https://www.docker.com/blog/how-to-use-the-postgres-docker-official-image/
docker compose up -dcd frontend
yarn
yarn devcd backend
yarn
yarn devConfigure .env file in the backend folder following the .env.example file.
Tip: generate JWT_SECRET using:
openssl rand -base64 172 | tr -d '\ n'Where 172 is the number of characters in the generated string (choose the one you want).
Migration:
yarn drizzle-kit push(WIP)