Skip to content

aminyasser/Popcornflix

Repository files navigation

Popcornflix (Cinema Seats Booking) (Click to try 🚀)

Built Rails Cinema Seats Booking to practice on ROR. The project has multi roles. and allow you to choose your own seats, with dashboard for admin to controll all the process.

Features

  • Authentication
  • Roles
  • Choose Cinema
  • Choose the time of the show
  • Choose the seats
  • Show Tickets in Profile

Running locally

clone the repo and then install the needed gems

bundle install

In path config/database.yml add your own configrations.

default: &default
  adapter: mysql2
  encoding: utf8mb4
  pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
  username: root
  password:
  host: localhost

development:
  <<: *default
  database: your-db-name

migrate the database

rails db:migrate

serve the app

 rails server

Demo

Recorded.with.FlexClip.Screen.Recorder.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published