locle-isme / event-booking-platform-server

Event booking platform server (for organizer)

Home Page:https://event-booking-platform.000webhostapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Technologies Events Management - For Organizer

Demo: https://event-booking-platform.000webhostapp.com/

About

Web application helping them to manage the events and allowing attendees to sign up and see all information they need.

Extension Application

Web Technologies Events Management - For Attendee

https://github.com/locle-isme/event-booking-platform-client

Prerequisites

BUILDING

Open terminal of path source project. Run:

composer install

Copy .env.example file and rename to .env. This is file configuration of application. Update some fields of this file:

.     
└───.env.example
DB_CONNECTION=mysql #type DBMS
DB_HOST=127.0.0.1 #host
DB_PORT=3306 #port database
DB_DATABASE=event_booking_platform #name database
DB_USERNAME=root #user
DB_PASSWORD= #password

Generate key for application

php artisan key:generate

import database into your DBMS.

.     
└───db-dump
│   │   event_booking_platform.sql

Run serve:

php artisan serve

Demo account

Email: demo1@worldskills.org | Password: demopass1
Email: demo2@worldskills.org | Password: demopass2

Note: If has errors with database, you can try it

php artisan migrate:refresh
php artisan db:seed

About

Event booking platform server (for organizer)

https://event-booking-platform.000webhostapp.com/


Languages

Language:PHP 70.6%Language:Blade 28.8%Language:Shell 0.3%Language:Vue 0.2%Language:Procfile 0.0%