Movie Finder allows you to add comments to a list of films, while also addding to bookmark lists. That application was among the very first Rails projects coded during Le Wagon bootcamp, which I attented in spring 2022. The app's logic is very limited, but it was a good entry point to get to know more on routing, models and user uploads in Rails.
-
Ruby on Rails 7
-
Bootstrap 5
-
SQLite3
-
Cloudinary
-
IMDB API
Clone the repo: git clone git@github.com:John35961/movie-finder.git
Create database and run migrations using: rails db:create db:migrate
Run the server with: rails s
Then visit: http://localhost:3000