From a6f6f57c1d54bed357becbf44bb659982d7f0347 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 29 Jun 2025 21:47:03 +0000 Subject: [PATCH] Update README.md --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f3a2cc4..37604d0 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,7 @@ A comprehensive REST API for managing 3D printing farms, inventory, and producti - `POST /auth/logout` - User logout - `GET /auth/verify` - Verify authentication status -### User Management -- `GET /users` - Get all users -- `POST /users` - Create new user -- `GET /users/:id` - Get user by ID -- `PUT /users/:id` - Update user -- `DELETE /users/:id` - Delete user - -### Production Management +### Production - `GET /printers` - Get all printers - `POST /printers` - Create new printer - `GET /jobs` - Get all jobs @@ -97,7 +90,7 @@ A comprehensive REST API for managing 3D printing farms, inventory, and producti - `POST /gcodefiles` - Upload G-code file - `GET /filaments` - Get all filaments -### Inventory Management +### Inventory - `GET /partstocks` - Get part stock levels - `POST /partstocks` - Update part stock - `GET /filamentstocks` - Get filament stock levels @@ -106,6 +99,11 @@ A comprehensive REST API for managing 3D printing farms, inventory, and producti - `GET /stockaudits` - Get stock audits ### Management +- `GET /users` - Get all users +- `POST /users` - Create new user +- `GET /users/:id` - Get user by ID +- `PUT /users/:id` - Update user +- `DELETE /users/:id` - Delete user - `GET /parts` - Get all parts - `POST /parts` - Create new part - `GET /products` - Get all products