Welcome to GlassFeed
Your NextJS application is ready for deployment to Dokploy! ✨
🚀 Quick Start
# Get all users
curl http://localhost:3000/api/users
curl http://localhost:3000/api/users
# Create a new user
curl -X POST http://localhost:3000/api/users \
-H "Content-Type: application/json" \
-d '{"email":"test@example.com","name":"Test User"}'
curl -X POST http://localhost:3000/api/users \
-H "Content-Type: application/json" \
-d '{"email":"test@example.com","name":"Test User"}'