Skip to content
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.

API:

You can find the documentation here.

Clone this wiki locally