A simple Ruby on Rails cinema ticket booking system developed for third Monterail's bootcamp
- Ruby 3.1.2 or higher
- Ruby on Rails 7.0.3 or higher
- PostgreSQL 14.5 or higher
- Download project:
git clone https://github.com/marcel-strzalka/monte-cinema.git
- Move into newly created directory:
cd monte-cinema
- Install necessary dependencies:
bundle install
- Create database and fill it with initial data:
bundle exec rails db:setup
- Start a local development server:
bundle exec rails server
- Open your browser and go to http://localhost:3000/
You can find a live version of this application: here