This is a web-based project called Event Manager. It allows users to view upcoming events, register for events, and manage their own profile.
- Java 21
- Maven
- Docker
- View upcoming events
- Register for events
- Manage user profile
- View event details
- Ticket management
- Clone the repository
git clone https://github.com/sembekov/event-manager.git cd event-manager
- Make sure that Docker is running and build the container
docker-compose build
- Start the Docker container
docker-compose up
- The service is accessible at 'locahost:8080'
- Spring Framework
- PostgreSQL
- Docker
If you experience issues with Docker and PostgreSQL connections, ensure ports 5432 (PostgreSQL) and 8080 (Spring Boot) are open and not occupied by other processes. Ensure any SQL initialization scripts are correct if you're using them to pre-populate the database. I'm currently working on enhancing the security and updating SQL database. Expect new updates soon.