A starter project for learning AI-assisted development with Cursor.
cursor-workshop/
├── frontend/ # Next.js application
├── backend/ # Express API server
└── micros/ # Micro-frontends (navbar, footer)
npm installnpm run devThis starts both:
- Frontend: http://localhost:3000
- Backend: http://localhost:3001
npm run dev:frontend # Frontend only
npm run dev:backend # Backend onlyGET /api/posts- List blog postsGET /api/posts/:slug- Get single postGET /api/tags- Get all tagsGET /api/health- Health check