Skip to content

sembekov/event-manager-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Manager

This is a web-based project called Event Manager. It allows users to view upcoming events, register for events, and manage their own profile.

Dependencies

  • Java 21
  • Maven
  • Docker

Features

  1. View upcoming events
  2. Register for events
  3. Manage user profile
  4. View event details
  5. Ticket management

Installation

  1. Clone the repository
    git clone https://github.com/sembekov/event-manager.git
    cd event-manager
  2. Make sure that Docker is running and build the container
    docker-compose build
  3. Start the Docker container
    docker-compose up
  4. The service is accessible at 'locahost:8080'

Technologies used

  • Spring Framework
  • PostgreSQL
  • Docker

Notes

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.

About

web application server-side

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published