Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandaoplaster/bitflix
Bitflix an app inspired by the netflix App
https://github.com/brandaoplaster/bitflix
api ruby ruby-on-rails
Last synced: 19 days ago
JSON representation
Bitflix an app inspired by the netflix App
- Host: GitHub
- URL: https://github.com/brandaoplaster/bitflix
- Owner: brandaoplaster
- License: mit
- Created: 2020-02-21T13:26:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T17:31:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T05:54:42.150Z (2 months ago)
- Topics: api, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BitFlix
BitFlix is an app created taking inspiration from NetFlix has the following features:
* Movies
* Series
* Player
* Recommendation
* Category
* Review
* Favorites## Prerequisites
>You just need have docker-compose installed in your machine.
### Getting Started
>To get the app running, run the following commands:```docker
docker-compose build
docker-compose run --rm webiste bundle install
docker-compose run --rm website bundle exec rails db:create
docker-compose run --rm website bundle exec rails db:migrate
docker-compose up
```## Built With
* [Ruby on Rails](https://rubyonrails.org/) - Dependency Management
## Authors
* **Lucas Brandão** - [brandaoplaster](https://github.com/brandaoplaster)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details