-
Setup Database
-
Setup HTTP API server
-
Setup WebSocket server
-
Setup Auth
- first owner user
- JWT
- Role based user creation [admin, user]
-
Basic CRUD
- user
- /me route
- user creation by admin
- logout
- deletion of user by admin
- projects
- create project
- get all projects
- get single project
- update project
- delete project
- get apps in that project
- apps
- user
-
dashboard api
- send live data using ws with timestamp
- cpu usage
- memory usage
- disk usage
- load
- uptime
- cpu temp
- send live data using ws with timestamp
- make basic pages
- login page
- first user register page
- dashboard page
- users page
- projects page