Pizza Ordering App API
A simple APi that exposes pizza ordering endpoints
Endpoints
Authentication
- Registration
/api/register
POST
- Login
/api/login
GET
Pizza Order Endpoints
POST
/api/orders
- Create a new order recordGET
/api/orders
- Get all OrdersPUT
/api/orders/id
- Update an order recordDELETE
/api/orders/id
- Delete an order record