API for a StackOverflow-like app and it is in Axum
There are two primary features in StackOverflow:
- Question creation, retrieval & deletion
- Answer creation, retrieval & deletion
This project is come from Let's get rusty Bootcamp Axum API Project
Please setup first, the instruction is in Let's get rusty Bootcamp repo.
Execute cargo run to run your server.
Tip: Use cargo watch instead of cargo run to automatically restart your server when source files change. Example: cargo watch -q -c -w src/ -x run.