Skip to content

Releases: SculptTechProject/Servo-Sens-App

v0.1.0-alpha

10 Aug 20:52

Choose a tag to compare

Highlights

  • First public demo: Django + Channels (WS) + Nuxt dashboard
  • One-click Quickstart/Seed → od razu widać dane

Added

  • Auth: POST /api/user/create/, POST /api/user/token/, GET /api/user/me/
  • Workspaces: list/create/retrieve + quickstart i seed
  • Simulator: POST /api/sim/start/{id}, POST /api/sim/stop/{id}
  • WebSocket: ws://.../ws/workspaces/{id}/ (readings/events)
  • Docker Compose: backend + db + redis (+ frontend dev)

Changed

  • Nuxt proxy (zero CORS): /api/** i /ws/** → backend ASGI

Known issues

  • UI jest WIP (część widoków/validacji w trakcie). API może się zmienić.

How to run

docker compose up -d --build
# API: http://localhost:8000  |  UI: http://localhost:3000