- PostgreSQL
- Ruby 3.1.2
- Ruby on Rails 7.1.3.4
-
Clone the repository:
git clone https://github.com/Brissux/rememeber cd videoclub
-
Install Ruby and JavaScript dependencies:
bundle install yarn install
-
Setup the database:
rails db:create rails db:migrate rails db:seed
-
Obtain API keys for Cloudinary and set them as environment variables or in your credentials file.
To start the Rails server, run:
rails s
Navigate to http://localhost:3000
to see the application in action.