create-rust-app
create-rust-app copied to clipboard
Set up a modern rust+react web app by running one command.
Hey, I did not how to contact you, so I decided to open a Issue. I'd love to contribute to this project because I was looking for something like, I...
The task here is to add CRUD features to the admin dashboard. Currently, we only read information from the database but don't have means of modifying it. ### *Creating* Generate...
We can embed something like this into the development plugin: https://github.com/mjmlio/mjml It should help write/maintain emails.
https://github.com/tvallotton/models this tool will generate migrations for structs as long as they are annotated with a derive model macro and macros to describe the constraints on the sql fields. this...
# Adding a backend framework ### Base requirements for each framework: - [ ] Add new framework option to CLI, update `BackendFramework` enum - [ ] `main.rs` which starts the...
Some projects may require queues -- for them, it might help to have `lapin` setup and connected with a local RabbitMQ instance. # Plugin Requirements Backend - [ ] Connect...
The first step here is to create an outline for documentation sections such. From there, we can create more issues to populate individual sections. Here are some sections we can't...
Some users prefer not to have the initial template which showcases functionality and plugins. We should add a `--blank` option to the CLI which generates a project that doesn't have...