aa392c1c8a27cb9438164e581d23513c42cc48ec
RSVP Manager
A modern event RSVP management system with a dark theme interface.
Features
- User-friendly RSVP interface
- Event management
- Guest tracking
- Dark theme UI
- Containerized deployment
Tech Stack
- Frontend: React with TypeScript
- Backend: Node.js/Express with TypeScript
- Database: MySQL
- Containerization: Docker
Getting Started
Prerequisites
- Docker
- Docker Compose
- Node.js (for local development)
Installation
- Clone the repository
- Run
docker-compose upto start the application - Access the application at
http://localhost:3000
Development
Local Development Setup
-
Install dependencies:
# Install backend dependencies cd backend npm install # Install frontend dependencies cd ../frontend npm install -
Start the development servers:
# Start backend server cd backend npm run dev # Start frontend server cd ../frontend npm start
License
MIT
Description
Languages
TypeScript
98.7%
Dockerfile
0.7%
HTML
0.3%
CSS
0.3%