Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hermanplay/event-manager
Fullstack event managing web application
https://github.com/hermanplay/event-manager
gin go golang svelte sveltekit
Last synced: 17 days ago
JSON representation
Fullstack event managing web application
- Host: GitHub
- URL: https://github.com/hermanplay/event-manager
- Owner: HermanPlay
- Created: 2024-10-17T21:23:58.000Z (29 days ago)
- Default Branch: master
- Last Pushed: 2024-10-28T23:59:16.000Z (18 days ago)
- Last Synced: 2024-10-29T00:28:12.314Z (18 days ago)
- Topics: gin, go, golang, svelte, sveltekit
- Language: Go
- Homepage:
- Size: 2.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
1. Clone the repository.
2. Run `docker-compose up --build -d` to start services.
3. Access the application at `http://localhost:3000`.