Event Management system - EMS
A Event Management system - EMS build with Laravel and Vuejs
Both FE & BE project folders has own README.md files for installation and run method.
Backend:
ems_backend\README.md
http://localhost:8080/login
Frontend:
ems_frontend\README.md
http://localhost:8000/api/...
Demo video
https://drive.google.com/file/d/1IVuGEwoxSairIsBUHWxwnJd-f3L4kNDb/view
Demo Snapshots
Database
Login form
Dashboard
IPAD view
Report Page
IPAD view
Create Event
IPAD view
Event view
Edit Event
IPAD view
Future Work Improvements
- Form fields Validation using Regex like email and phone
- Ticket Type Table and use as foreign key in whole DB
- Event categories Table and use as foreign key in whole DB