Axum hello world
This commit is contained in:
parent
daa8ea00ba
commit
1e02b39199
4 changed files with 772 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ captains-log/
|
|||
- **Expected outcome**: `cargo build` succeeds
|
||||
|
||||
### Task 1.2: Create Hello World Axum Server
|
||||
- [ ] **Files**: `backend/src/main.rs`, `backend/src/lib.rs`
|
||||
- [x] **Files**: `backend/src/main.rs`, `backend/src/lib.rs`
|
||||
- Create basic Axum application with health check endpoint
|
||||
- Set up tokio runtime and basic error handling
|
||||
- Configure server to listen on localhost:3000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue