Create the crate holding the REST APIs used by the front-end. The project should end up with a basic structure ready to implement the different APIs needed later on.
At first glance, a library such as axum can be used to achieve this.
For the first APIs, a simple hello world POC will be enough.
Create the crate holding the REST APIs used by the front-end. The project should end up with a basic structure ready to implement the different APIs needed later on.
At first glance, a library such as axum can be used to achieve this.
For the first APIs, a simple hello world POC will be enough.
Database access will come at a later point