Iot device manager controlling trigger value of each event.
Before running application, up the nix process for database.
devenv up
After database process up, tun the backend and api with make command upon the shell of nix process.
- run the backend
devenv shell
make run_api_server_with_watch
- run the frontend
devenv shell
make deno_task_start