A fast, lightweight application to store and organize articles, links, and resources you want to read later.
Visit: Shelf
cd service
# Copy the environment template and fill in your secrets
cp .env.example .env
go mod tidy
go run .Note: You will need a MongoDB Atlas URI and a GitHub Personal Access Token for the backend to fully function.
cd ui
npm install
npm run devThe app will be available at
http://localhost:5173. You can access the Admin Dashboard athttp://localhost:5173/#/admin.