Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 744 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 744 Bytes

monte-cinema

A simple Ruby on Rails cinema ticket booking system developed for third Monterail's bootcamp

Dependencies

  • Ruby 3.1.2 or higher
  • Ruby on Rails 7.0.3 or higher
  • PostgreSQL 14.5 or higher

Local setup

  1. Download project: git clone https://github.com/marcel-strzalka/monte-cinema.git
  2. Move into newly created directory: cd monte-cinema
  3. Install necessary dependencies: bundle install
  4. Create database and fill it with initial data: bundle exec rails db:setup
  5. Start a local development server: bundle exec rails server
  6. Open your browser and go to http://localhost:3000/

Live version

You can find a live version of this application: here