Building an Event Management System with Claude Code
This is the “Table of Content” for the Building an Event Management System with Claude Code series detailing my journey to build an AI-driven contact and event management system.
Table of Content
- Building an Event Management System with Claude Code: Installing Claude Code: We introduced the project and looked at the steps to install Claude Code on both macOS as well as Windows. (Edited: 2025-12-20)
- Building an Event Management System with Claude Code: Part 2 - IDE Integration: Learn VS Code integration with Claude Code for AI-assisted development. Includes WSL setup, CLAUDE.md configuration, and building your first API endpoints. (Edited: 2025-12-20)
- Building an Event Management System with Claude Code: Part 3 - Architecting an AI-Native System: Part 3 shows how Claude Code helps architect an event management system using MCP servers, PostgreSQL, and natural language interfaces.
- Building an Event Management System with Claude Code: Part 4 - Database Setup and First Conversations: In Part 4 we build production-ready database infrastructure using Claude Code. Learn PostgreSQL setup on Neon, Postgres MCP Pro configuration, and AI-assisted troubleshooting.
- Building an Event Management System with Claude Code: Part 5 - Database Schema and Natural Language Queries: In Part 5 you transform database development with Claude Code and Postgres MCP Pro. Design schemas, generate test data, and run complex queries—all through conversation.
- Building an Event Management System with Claude Code: Part 5.5 - Schema Refinement: When Real Data Reveals the Truth: In this post we see how a database schema design mistake turned lesson: How uploading real CSV files to Claude Code revealed missing fields and enabled a 45-minute schema refinement migration.