An open API service indexing awesome lists of open source software.

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.

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.