Project for a Course that has the purpose to code a NetFlix's clone using Rails, Vue.Js, but i added the Docker to study.
These instructions will get you a copy of the project up and running on your local machine for development.
Docker and a text editor. I'm using VSCode.
cd to the cloned folder
$ docker-compose up -d --build
$ docker exec -i -t onebitflix_web_1 /bin/bash
$ yarn
$ rake db:setup
Go to http://localhost:3000 and the project is up and running!
The db/seeds.rb has my example with the files inside the public folder, feel free to edit and run
$ db:seed
If you're having trouble with the error "exec user process caused "no such file or directory"", you can download Dos2Unix and convert the entrypoint.sh file to unix and build again. This problem appears because i'm using windows and the break line is different from unix.
- Ruby - Main Language
- Rails - The web framework used
- Vue.JS - Js framework
- PostgreSQL - Database
- Docker - Used to create the development enviroment
- Renan Oliveira - GitHub
This project is licensed under the MIT License - see the LICENSE.md file for details