Skip to content

snokam/cursor-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cursor Workshop

A starter project for learning AI-assisted development with Cursor.

Project Structure

cursor-workshop/
├── frontend/          # Next.js application
├── backend/           # Express API server
└── micros/            # Micro-frontends (navbar, footer)

Getting Started

Install dependencies

npm install

Run development servers

npm run dev

This starts both:

Run individually

npm run dev:frontend    # Frontend only
npm run dev:backend     # Backend only

API Endpoints

  • GET /api/posts - List blog posts
  • GET /api/posts/:slug - Get single post
  • GET /api/tags - Get all tags
  • GET /api/health - Health check

About

Getting Started with AI-Assisted Development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •