it is my coursework project. most of the frontend's code is written by neural networks
frontend includes SvelteKit, Tailwind, Skeleton, Lucide Icons and Flowbite. yeah, I'm too lazy to write my own style sheets
backend is written in Go and uses Echo and GORM
cd frontend
npm i
npm run dev
cd backend
go run .