Releases: Webrowse/axum-api-template
Releases · Webrowse/axum-api-template
v1.0.0 - Production Ready Template
Version 1.0.0 - Production Ready Template
First stable release of the Axum API Template!
What's Included
- Complete working REST API
- JWT authentication system
- User registration & login
- Task management (CRUD)
- PostgreSQL with migrations
- Docker Compose setup
- Production-ready security
Quick Start
- Click "Use this template" to create your own repository
- Follow the README for setup
- Customise for your needs
For New Rust Developers
This template was built over 6 days as a learning project. Check out the development journey in the README to see how it evolved from a basic server to a production-ready API.
Security Note
Important
Remember to change JWT_SECRET in .env before deploying to production!
What's Next?
See the roadmap in the README for suggested enhancements.
Full Changelog: Initial release