You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jkutkut edited this page Jun 11, 2023
·
1 revision
Server
This microservice allows to manage the restaurant data with a REST API. It makes sure that the data and logic are consistent with multiple clients.
Technologies:
The server is written in Rust with the Rocket framework. It connects to the PostgreSQL database thanks to the information provided by the setup service.