Skip to content

marcel-strzalka/monte-cinema

Repository files navigation

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

About

Ruby on Rails app developed for Monterail's bootcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published