Giter Club home page Giter Club logo

event-management-system's Introduction

Here's a streamlined README for your GitHub repository:


Event Management System

Overview

A Java Spring Boot application for managing events, venues, and organizers with a MySQL database.

Features

  • Manage Events: Create, retrieve, update, and delete events.
  • Manage Venues: Create, retrieve, update, and delete venues.
  • Manage Organizers: Create, retrieve, update, and delete organizers.
  • Relationships:
    • An event is organized by one organizer.
    • An event takes place at one venue.
    • One venue can host one event.
    • An organizer can organize multiple events.

Technologies

  • Java Spring Boot
  • MySQL
  • Spring Data JPA

Setup

  1. Clone the Repository

    git clone https://github.com/kalyankarsatish1234/event-management-system.git
    cd event-management-system
  2. Configure Database

    Create a MySQL database and update the application.properties file:

    spring.datasource.url=jdbc:mysql://localhost:3306/event_management
    spring.datasource.username=root
    spring.datasource.password=yourpassword
    spring.jpa.hibernate.ddl-auto=update
  3. Build and Run

    mvn clean install
    mvn spring-boot:run
  4. Access the Application

    The application will be available at http://localhost:8080.

API Endpoints

Organizers

  • Create Organizer: POST /api/organizers
  • Get Organizer by ID: GET /api/organizers/{id}
  • Update Organizer: PUT /api/organizers/{id}
  • Delete Organizer: DELETE /api/organizers/{id}

Venues

  • Create Venue: POST /api/venues
  • Get Venue by ID: GET /api/venues/{id}
  • Update Venue: PUT /api/venues/{id}
  • Delete Venue: DELETE /api/venues/{id}

Events

  • Create Event: POST /api/events
  • Get Event by ID: GET /api/events/{id}
  • Update Event: PUT /api/events/{id}
  • Delete Event: DELETE /api/events/{id}
  • Get Events by Organizer: GET /api/events/organizers/{organizerId}

Contributing

Feel free to open issues and submit pull requests.

License

MIT License. See the LICENSE file for details.


This README provides a concise overview and setup guide for your project.

event-management-system's People

Contributors

kalyankarsatish1234 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.