Rust + Axum + SurrealDB + Svelte
RASS Boilerplate is a comprehensive starter template combining Svelte, Rust, Axum, and SurrealDB. This boilerplate makes it easy to set up a full-stack web application with a robust backend in Rust powered by Axum and SurrealDB, and a sleek frontend using Svelte.
- Backend: Rust with Axum framework and SurrealDB for the database.
- Frontend: Svelte for a modern, reactive user interface.
-
Backend Setup:
- Navigate to the backend directory:
cd backend/
- Build and run the backend:
cargo build cargo run
- Navigate to the backend directory:
-
Frontend Setup:
- Navigate to the frontend directory:
cd frontend/
- Install dependencies and start the development server:
npm install npm run dev
- Navigate to the frontend directory: