The Twitter Clone project has learning purposes which will help our team to increase our skills in Ruby On Rails.
* Docker
* Docker Compose
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone [email protected]:rivelinojunior/bootcampSFS-week1_3-twitter.git
docker-compose up --build
/- Ruby On Rails - The web framework used;
/- Docker - Container Technology;
/- Docker-Compose - Used to define and run multi-container Docker applications.
https://github.com/rivelinojunior/bootcampSFS-week1_3-twitter
$ git remote add upstream [email protected]:rivelinojunior/bootcampSFS-week1_3-twitter.git
$ git fetch upstream
$ git checkout master
$ git merge upstream/master
$ git push origin master