Skip to content

VoxDroid/EMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMS - Event Management System




GitHub all releases GitHub repo size Last Commit License

ko-fi

Introduction

Welcome to EMS (Event Management System), an open-source project designed to simplify event organization and facility management. This system provides a centralized platform for scheduling, managing event details, and enhancing community engagement.

Features

  • Event Data Management: Centralized recording and management of event details (date, time, location, facilities).
  • Online Event Scheduling: Convenient scheduling of events via the web interface.
  • Calendar System: Interactive calendar for viewing scheduled events and availability.
  • Profile System: User profiles with customizable settings and preferences.
  • Requesting and Approving Events: Users can request events; admins approve or deny requests.
  • Comment and Feedback System: Interactive forum for users to comment, like/dislike events, and interact with organizers.
  • User Management: Admins manage user roles and event approvals.
  • Security Features: Secure login system, password reset, and user registration to safeguard data.

System Requirements

  • Operating System: Any modern OS (Windows, macOS, Linux)
  • Web Server: Apache, Nginx, or equivalent
  • Database: MySQL, PostgreSQL, or equivalent
  • PHP Version: PHP 7.0 or higher

Installation

  1. Clone this repository to your local machine.
  2. Configure your web server to serve the application from the root directory.
  3. Run the database_setup.php to create the database.
  4. Update db_connection_settings.php with your database credentials.
  5. Access the application via your web browser.

Getting Started

  1. Navigate to the EMS URL in your browser.
  2. Log in with the default admin credentials (username: admin / password: admin_password) or with the default user credentials (username: user / password: user_password).
  3. Explore the dashboard, create events, manage users, and interact with event feedback.

Demo Images



Contribution

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Contributors

  • VoxDroid