Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.88 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.88 KB

EventMS

Overview

Event MS is a powerful and flexible web application built with Laravel and Tailwind CSS. It simplifies the process of organizing events, whether they are paid or free, by providing a seamless registration and check-in experience for participants.

  • Note: It's still a work in progress. So, use with caution. Thank you!

Features

  • Create Events: Easily set up new events with details such as date, time, venue, and pricing.

  • Registration: Allow users to register for events with a simple and intuitive registration form.

  • Barcode Generation: Automatically generate unique barcodes for participants upon registration.

  • Efficient Check-in: Streamline event management by scanning barcodes for quick and accurate participant check-in.

  • Responsive Design: The application is designed to work seamlessly on various devices, ensuring a smooth user experience

Setup Guide

  • Clone the repository
  • cd into project directory
  • Copy .env.example to .env
  • Run composer install to install composer dependencies
  • Run npm install to install npm dependencies
  • Run php artisan key:generate to generate application key
  • Run php artisan migrate to create all tables
  • Run php artisan db:seed --class=CreateAdminSeeder to seed the database with the default login details for admin
  • Run php artisan serve to serve up the application
  • The application can then be viewed on your local machine.

Screenshots

Homepage Homepage

User create event page Created event registration page

Events registration create event