Skip to content

Comfy-er Seats is a book ticketing app to enjoy cinema with friends

License

Notifications You must be signed in to change notification settings

NatC02/comfy-er-seats

Repository files navigation

Laravel

MySQL

HTML5

Tailwind

SASS

Alpine.js

PHP

Javascript

vite


logo

Comfy-er Seats is an app built with the purpose to be language agnostic. The application is made with PHP's Laravel 10 framework, TailwindCSS, vite, and MySQL database.

Table of Contents
  1. About The Project
  2. Acknowledgments

About The Project

Built and implemented with:

  • laravel sanctum (lightweight authentication)
  • guzzle (PHP HTTP client)
  • flowbite (UI library)
  • alpinejs (minimal overhead, using JS behavior directly in markup)
  • & much more!

(back to top)

Usage

  1. Clone the repo
    git clone https://github.com/NatC02/comfy-er-seats.git
  2. cd into dir and install NPM packages and composer dependencies
    npm install
    composer install
  3. Copy .env.example to .env
    cp .env.example .env
  4. generate app key
    php artisan key:generate
  5. run database migrations
    php artisan migrate
  6. Start development apache server and vite
    php artisan serve
    npm run dev

Built with:

  • Laravel
  • Vite
  • HTML5
  • Tailwind

(back to top)

Acknowledgments

Some of the resources I checked while building this project.

Resources

(back to top)

About

Comfy-er Seats is a book ticketing app to enjoy cinema with friends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published