Skip to content

ManeraKai/sqlx-lms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published