Initializing the project with Cargo Setting up for SQLite Connecting to the SQLite database with Rust Getting familiar with the Rocket framework Getting familiar with the Diesel framework Building a to-do API Creating migrations with Diesel Writing the API logic in Rust Routing the Rusty Rocket Conc...
The CLI will initialize a create-next-app project and export it to a static directory in a rust webserver project based on the axum web framework. The rust server will serve the next.js app in the static directory, and it can easily be extended with API-routes. The rust server also ...