File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -53,23 +53,6 @@ The frontend can function independently for basic circuits, but certain features
5353- Project permissions
5454- Issue reporting
5555
56- ** Required API Endpoints (~ 12):**
57- | Endpoint | Purpose |
58- | ----------| ----------|
59- | ` POST /api/v1/auth/login ` | User authentication |
60- | ` POST /api/v1/auth/register ` | New user registration |
61- | ` GET /api/v1/projects/:id ` | Fetch project data |
62- | ` POST /api/v1/projects ` | Create new project |
63- | ` PUT /api/v1/projects/:id ` | Update existing project |
64- | ` DELETE /api/v1/projects/:id ` | Delete project |
65- | ` GET /api/v1/projects/:id/permissions ` | Fetch project permissions |
66- | ` POST /api/v1/files/upload ` | Upload project files |
67- | ` GET /api/v1/files/download/:id ` | Download project files |
68- | ` POST /api/v1/compile/verilog ` | Compile Verilog code |
69- | ` POST /api/v1/issues/report ` | Report issues/bugs |
70- | ` GET /api/v1/health/status ` | API health check |
71-
72-
7356### Quick Setup
7457
75581 . ** Copy the environment template:**
@@ -126,8 +109,6 @@ For full development capabilities, run the Rails backend locally:
126109
127110Now all backend features will work with your local Rails instance!
128111
129-
130-
131112## Build System
132113We use a unified build system to generate assets for all versions.
133114
You can’t perform that action at this time.
0 commit comments