A rust web framework intended to be the Laravel for rust.
NOT READY FOR PRODUCTION (Its very far from started)
This framework is very opinionated
- axel-cli Command line tool for generating projects, running commands and such related to axel
- template Example template project using axel
- src Sources
- routes Routing handlers and functionality
- models Models for requests, responses, errors, and Database
- stores Central stores for storing app data
- utils Utility classes and other functionality