Event Manager
A fullstack event management web application that allows users to create, manage, and view events. Built with Go (Gin framework) for the backend and Svelte for the frontend.
Features
- Event Management: Create, update, and delete events.
- User Authentication: Secure login and registration.
- Responsive UI: Frontend built with Svelte and SvelteKit for a smooth user experience.
- API Integration: RESTful APIs built with Go and Gin.
Technologies
- Backend: Go, Gin
- Frontend: SvelteKit (TypeScript), Tailwind
- Others: Docker
Setup
- Clone the repository.
- Run
docker-compose up --build -d
to start services.
- Access the application at
http://localhost:3000
.