Code Monkey home page Code Monkey logo

yds-booking's Introduction

YDS Booking system

Simple Booking application (API): #Laravel, #JWT, APIs;

Features

  • Users
    • Register new users with specified types: customer | employee | admin | studio_owner.
    • Get user's profile data.
    • User Authentication.
  • Studio
    • Get employees list.
    • Get studio list.
    • Add new Studio(for studio owners).
  • Employees
    • Change active studio from assigned studios list.
  • Reservations
    • Get reservations based on user type
      • All reservations for admin.
      • Customer only reservations for the customer.
      • Logged on's active studio reservations for the employee.
      • Studio's reservations for the studioOwner.
    • Make New Reservation.
    • Cancel reservation by the customer (before passes 15 mins).

Diagrams

Database schema

Booking-Schema

Api endpoints

Apis

Installation

  • Composer required, download

    $ cd YDSBooking
    $ composer install
  • Set env variables

    $ cp .env.example .env
  • Create mysql database and Update database configurations

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=ydsbooking
    DB_USERNAME=root
    DB_PASSWORD=secret
  • Run migrations

    $ cd YDSBooking
    $ php artisan migrate --seed
  • Run the project

    $ cd YDSBooking
    $ php artisan serve

Attachments

yds-booking's People

Contributors

elsenosy 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.