Closed LukeBrandon closed 1 year ago
axum
fluke::configuration
GET /messages
GET /messages/:id
POST /messages
PUT /messages/:id
DELETE /messages/:id
GET /users
GET /users/:id
POST /users
PUT /users/:id
DELETE /users/:id
The goal is to get the axum API up to the point of equivalence with the rocket implementation.
rocket
Description of changes:
axum
web server running with connection to DBfluke::configuration
module for loading environment variablesGET /messages
GET /messages/:id
POST /messages
PUT /messages/:id
DELETE /messages/:id
GET /users
GET /users/:id
POST /users
PUT /users/:id
DELETE /users/:id
The goal is to get the
axum
API up to the point of equivalence with therocket
implementation.