https://github.com/conradwt/flix-ruby
The purpose of this project is to implement an application where fans can comment on and rate movies.
https://github.com/conradwt/flix-ruby
hacktoberfest rails ruby ruby-on-rails
Last synced: 4 months ago
JSON representation
The purpose of this project is to implement an application where fans can comment on and rate movies.
- Host: GitHub
- URL: https://github.com/conradwt/flix-ruby
- Owner: conradwt
- License: mit
- Created: 2021-03-18T03:15:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-01T04:19:20.000Z (5 months ago)
- Last Synced: 2026-02-01T15:35:16.021Z (5 months ago)
- Topics: hacktoberfest, rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 2.87 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Flix
The purpose of this project is to implement an application where fans can comment on and rate movies. This application was built as part of the The Pragmatic Studios' Ruby on Rails 7 course exercises.
## Getting Started
## Software requirements
- ImageMagick 6.9.13 or newer
- PostgreSQL 18.1 or newer
- Rails 8.1.0 or newer
- Ruby 4.0.1 or newer
Note: This tutorial was updated on macOS 26.2 (Tahoe).
## Communication
- If you **need help**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/rails). (Tag 'rails')
- If you'd like to **ask a general question**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/rails).
- If you **found a bug**, open an issue.
- If you **have a feature request**, open an issue.
- If you **want to contribute**, submit a pull request.
## Quick Installation
1. clone this repository
```zsh
git clone git@github.com:conradwt/flix-ruby.git
```
2. change directory location
```zsh
cd flix-ruby
```
3. install dependencies
```zsh
bundle install
```
4. create, migrate, and seed the database
```zsh
rails db:setup
```
5. start the server
```zsh
bin/dev
```
6. navigate to our application within the browser
```zsh
open http://localhost:3000
```
## Docker Installation
TBD
## Production Setup
Ready to run in production? Please [check our deployment guides](https://guides.rubyonrails.org/configuring.html).
## Rails References
- Official website: https://rubyonrails.org
- Guides: https://guides.rubyonrails.org
- Docs: https://api.rubyonrails.org
- Mailing list: https://groups.google.com/forum/#!forum/rubyonrails-talk
- Source: https://github.com/rails/rails
## Course References
- Official Website: https://pragmaticstudio.com/courses/rails
## Support
Bug reports and feature requests can be filed with the rest for the Phoenix project here:
- [File Bug Reports and Features](https://github.com/conradwt/flix/issues)
## License
Flix is released under the [MIT license](./LICENSE.md).
## Copyright
copyright:: (c) Copyright 2021 - 2026 Conrad Taylor. All rights reserved.