Backend engineering, supercharged.
Use this repository to get up and running on FL0 with the following stack:
Language | Rust |
---|---|
Router | Axum |
Serialization | Serde |
We recommend using the provided Docker Compose configuration for local development. Our Docker configuration includes:
- Automatically create app server easily
- Production-ready minified image
However, you can still use this repo without Docker! See the instructions below.
docker compose up
(initial build can take a couple of mins)- That's it! Visit http://localhost:8080 to see your app running
If you don't want to use Docker, run your rust app as per usual
cargo run
- Visit http://localhost:3000 to see your app running
Note: you can optionally set the PORT
env var to see your app running on a port other than the default 3000
.
Checkout our Getting Started Guide in the FL0 documentation!
If you have any questions about FL0 or this template codebase please head on over to our Discord channel.
Any issues or feature requests can be raised on the Issues page of this repo.
This template repository is MIT licensed.