A full-stack CRUD application built with:
├── backend/ # Rust backend
├── frontend/ # Svelte frontend
└── README.md
Install dependencies:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Clone the repository
Navigate to backend directory and run cargo build
Navigate to frontend directory and run npm install
Start the development servers
cargo run
npm run dev