Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mazbaul/event-management-system
event exposition and reservation system
https://github.com/mazbaul/event-management-system
event-exposition event-management javascript laravel-framework php
Last synced: about 1 month ago
JSON representation
event exposition and reservation system
- Host: GitHub
- URL: https://github.com/mazbaul/event-management-system
- Owner: Mazbaul
- Created: 2017-07-01T17:18:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T00:58:48.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T12:56:39.834Z (over 1 year ago)
- Topics: event-exposition, event-management, javascript, laravel-framework, php
- Language: HTML
- Homepage:
- Size: 8.33 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event_reservation
event exposition and reservation system
# features
- exposition of different events
- Location indicator in google maps
- navigate through events hall maps
- reserve your place in the event
- Admin login and dashboard## How to Install
#Requirements :
- php>5.6
- mysql(wamp or xamp)
- composer(https://getcomposer.org/download/)
- git#Get the source code on your machine via git
- git clone https://github.com/Mazbaul/Event_reservation.git
- Rename file .env.example to .env and change credentials.
- Create a database and inform .env#go to project folder
- cd projectname
- composer install
- php artisan key:generate
- php artisan migrate --seed to create and populate tables
- php artisan serve to start the app on http://localhost:8000/