Skip to content

RASS Boilerplate is a comprehensive starter template combining Rust, Axum, Svelte 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.

Notifications You must be signed in to change notification settings

itsalfredakku/rass-web-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RASS Boilerplate

Rust + Axum + SurrealDB + Svelte

Description

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.

Features

  • Backend: Rust with Axum framework and SurrealDB for the database.
  • Frontend: Svelte for a modern, reactive user interface.

Getting Started

  1. Backend Setup:

    • Navigate to the backend directory:
      cd backend/
      
    • Build and run the backend:
      cargo build
      cargo run
      
  2. Frontend Setup:

    • Navigate to the frontend directory:
      cd frontend/
      
    • Install dependencies and start the development server:
      npm install
      npm run dev
      

About

RASS Boilerplate is a comprehensive starter template combining Rust, Axum, Svelte 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages