Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 866 Bytes

File metadata and controls

45 lines (38 loc) · 866 Bytes

Todo

Server

  • 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
  • dashboard api

    • send live data using ws with timestamp
      • cpu usage
      • memory usage
      • disk usage
      • load
      • uptime
      • cpu temp

Dash

  • make basic pages
    • login page
    • first user register page
    • dashboard page
    • users page
    • projects page