Giter Site home page Giter Site logo

locle-isme / event-booking-platform-server Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.53 MB

Event booking platform server (for organizer)

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

Shell 0.28% PHP 70.63% Vue 0.24% Blade 28.83% Procfile 0.02%

event-booking-platform-server's Introduction

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: [email protected] | Password: demopass1
Email: [email protected] | Password: demopass2

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

php artisan migrate:refresh
php artisan db:seed

event-booking-platform-server's People

Contributors

locle-isme avatar

Stargazers

Phan Việt Tân avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.