Magbox is a website to store links you plan to read later or save for future reference. Like bookmarks but (a bit) better.
Run the backend:
go run main.go serve --http="localhost:9000"
Run the frontend:
npm run dev
Visit http://localhost:5173/
Currently the e2e setup is beyond subpar. After making changes you need to run npm run build:test
.