Skip to content

Releases: Webrowse/axum-api-template

v1.0.0 - Production Ready Template

07 Dec 10:01

Choose a tag to compare

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

  1. Click "Use this template" to create your own repository
  2. Follow the README for setup
  3. 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