EtienneDx / git-mentor

A git server with built-in tools for teaching programming
MIT License
2 stars 0 forks source link

Create gmt-api crate #6

Closed EtienneDx closed 6 months ago

EtienneDx commented 6 months ago

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