GithubHelp home page GithubHelp logo

arxiver / matchera Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 964 KB

Automated matches reservation system

Shell 0.49% PHP 99.27% Blade 0.23%
football laravel matching mysql payment php react reactjs reservation reservation-system

matchera's Introduction

Matchera

Fully integrated website, Match Reservation System Document is attached as pdf file. "requirements.pdf" matchera demo3 matchera demo2

How to run locally

  • Recommended xampp 7.4.13 / PHP 7.4.13 (contains)
    • PHP
    • MySQL
  • Composer
  • NPM
  1. Start MySQL service besides Apache service at XAMPP installed
  2. Go to PhpMyAdmin and make a new db e.g. called laravel
  3. Clone this repo and go ahead to its directory
  4. Make .env file using the terminal/cmd
    1. Windows copy .env.example .env, Linux cp .env.example .env
    2. Configure the database name as you made at PhpMyAdmin
  5. Run the following commands
    • composer install
    • php artisan key generate
    • php artisan jwt:secret
    • php artisan migrate --seed
    • npm install
    • npm run dev
    • php artisan serve
  6. Go to http://localhost:8000 and Have fun!

Backend services are created as an API The system has many types of users, each one of them has its own functions, like the following

  • Adminstrator

    • Approve new users as an authority.
    • Remove an existing user.
  • Managers

    • Create a new match event
    • Edit the details of an existing match.
    • Add a new stadium.
    • View match details
    • View vacant/reserved seats for each match.
  • Customers (Fans):

    • Edit their data.
    • View matches details
    • Reserve vacant seat(s) in future matches.
    • Cancel a reservation
  • Guest

    • Register a new account.
    • Sign in as an existing account
    • View matches details

API Documentation

You can see the API documentation by just clicking here

Built with

Development and support

If you have any questions on how to use this website, or have ideas for future development, please send me an e-mail to [email protected], [email protected] or kindly make any pull requests

Authors

matchera's People

Contributors

khaledamgad avatar rrrokhtar avatar

Forkers

khaledamgad

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.