Axum hello world

This commit is contained in:
Drew 2025-08-22 18:45:37 -07:00
parent daa8ea00ba
commit 1e02b39199
4 changed files with 772 additions and 3 deletions

View file

@ -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