No description
  • Svelte 68.5%
  • Rust 18.9%
  • TypeScript 7%
  • CSS 4.8%
  • HTML 0.4%
  • Other 0.4%
Find a file
2026-01-10 12:06:35 +03:00
.zed The Earth 2025-12-19 15:47:03 +03:00
migrations The Moon 2025-12-23 12:45:55 +03:00
src The Moon 2025-12-23 12:45:55 +03:00
.env Kaboom! 2025-12-05 18:16:18 +03:00
.gitignore Kaboom! 2025-12-05 18:16:18 +03:00
Cargo.lock Kaboom! 2025-12-05 18:16:18 +03:00
Cargo.toml Kaboom! 2025-12-05 18:16:18 +03:00
README.md Updated README 2026-01-10 12:06:35 +03:00

Library Management System

This repository is not very useful because, it's a university course project :)

I wrote the backend in Rust because, I wanted to try sqlx.

Development

Install Node.js, Rust

Initialize Database

cargo install sqlx-cli
sqlx database create
sqlx migrate run

Run backend

cargo run

Run front-end

cd src/frontend/
npm install
npm run dev