CRUD-RustSvelteMysql Svelte Themes

Crud Rustsveltemysql

This project is postponed. Sorry for the inconvenience.

Rust Svelte MySQL CRUD Application

A full-stack CRUD application built with:

  • Rust (backend)
  • Svelte (frontend)
  • MySQL (database)

Project Structure

├── backend/           # Rust backend
├── frontend/         # Svelte frontend
└── README.md

Setup Instructions

  1. Install dependencies:

    • Rust: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    • Node.js and npm
    • MySQL
  2. Clone the repository

  3. Navigate to backend directory and run cargo build

  4. Navigate to frontend directory and run npm install

  5. Start the development servers

Running the Application

  • Backend: cargo run
  • Frontend: npm run dev

Top categories

Loading Svelte Themes