Skip to content

This is the official Egerton University Computer Science Students Association's webpage written in Laravel.

Notifications You must be signed in to change notification settings

EUCOSSA-Official-Website/Egerton-Website

Repository files navigation

EUCOSSA

EUCOSSA (Egerton University Computer Science Students Association) is a web application designed for computer science students to interact and engage through club events, preserve the club’s history, and manage membership. The platform integrates payments via Daraja, event posting, and email notifications, and supports speaker applications for events. It is built with Laravel and Vue.js using Inertia.js for a seamless experience and is hosted at eucossa.com.


Features

  • Event Management: Users can post events and receive notifications via email.
  • Speaker Applications: Apply to be a speaker at club events directly on the platform.
  • Club History Preservation: Archive and showcase the club’s rich history.
  • Membership Payments: Integrated payment processing via Daraja for seamless transactions.
  • Interactive Frontend: Powered by Vue.js and Inertia.js for a dynamic user experience.

Screenshot

Home Page Login Page Events Page

Add a screenshot of the application’s UI here to give users a quick visual overview of EUCOSSA.


Installation and Setup

Follow these steps to run EUCOSSA locally:

Prerequisites

  • PHP 8.1 or higher
  • Composer
  • Node.js & npm
  • MySQL database
  • Git

Steps

  1. Clone the Repository

    git clone https://github.com/EUCOSSA-Official-Website/Egerton-Website.git
    cd eucossa
  2. Install Dependencies

    • Backend dependencies:
      composer install
    • Frontend dependencies:
      npm install
  3. Environment Setup Copy the .env.example file to create a .env file and configure your database credentials and API keys.

    cp .env.example .env

    Update the following lines in the .env file:

    DB_DATABASE=your_database_name
    DB_USERNAME=your_database_user
    DB_PASSWORD=your_database_password
    DARJA_API_KEY=your_daraja_api_key
  4. Generate Application Key

    php artisan key:generate
  5. Run Migrations and Seeders

    php artisan migrate --seed
  6. Build Frontend Assets

    npm run dev
  7. Start the Development Server

    php artisan serve

    Access the application at http://localhost:8000.


Usage

  • Post and manage events with automatic email notifications.
  • Apply as a speaker for upcoming events.
  • Preserve and explore the club’s history.
  • Make membership payments securely through Daraja.

Contributing

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

Contributors


License

This project is licensed under the MIT license. See the LICENSE file for details.

About

This is the official Egerton University Computer Science Students Association's webpage written in Laravel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages