/movie_list

A simple online movie database built using Ruby and Sinatra.

Primary LanguageHTML

🎬 README

A simple online movie database built using Ruby and Sinatra. Read and write files using YAML. This web app allows you to browse and create for movies, view their details.

  • Ruby 3.2.2
  • Sinatra3.0.6
  • YAML
  • Bootstrap v5.3

🚀 Getting Started / Description

To get started, you will need to have Ruby installed on your machine. You can download Ruby from the official website: https://www.ruby-lang.org/en/downloads/

Once you have Ruby installed, you can clone this repository to your machine and navigate to the project directory in your terminal. Then, run the following command to install the necessary gems:

bundle install

Finally, you can start the web app by running the following command:

ruby -I lib app.rb

You should now be able to view the web app by visiting http://localhost:4567 in your web browser.

🖥️ Screenshot

image image image

📚 Reference