No description
- Svelte 68.5%
- Rust 18.9%
- TypeScript 7%
- CSS 4.8%
- HTML 0.4%
- Other 0.4%
| .zed | ||
| migrations | ||
| src | ||
| .env | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
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
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