Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
welf committed Aug 24, 2024
1 parent a3c96bb commit 9128500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Hotel Reservation API Abstraction Challenge

## Description
The [initial code](https://github.com/welf/reservation-service-challenge/blob/initial-code/src/main.rs) is located [in the `initial-code` branch](https://github.com/welf/reservation-service-challenge/tree/initial-code) and is a simple implementation of the API for a hotel reservation system using [Axum](https://docs.rs/axum/latest/axum/) server.
The [initial code](https://github.com/welf/reservation-service-challenge/blob/initial-code/src/main.rs) is located in the [`initial-code` branch](https://github.com/welf/reservation-service-challenge/tree/initial-code) and is a simple implementation of the API for a hotel reservation system using [Axum](https://docs.rs/axum/latest/axum/) server.

Using the API, it is possible to:
- get all reservations;
Expand Down

0 comments on commit 9128500

Please sign in to comment.