Our project is part of the Makers Academy week 8 challenge: a Facebook clone.
This is the result: Steam Acebook
Kiah Hewitt - https://github.com/kiahjade Jordan Roberts - https://github.com/jordantroberts Gui Heurich - https://github.com/guilhe0756 Stuart Pethurst - https://github.com/stuartpet Sarpong Abasimi https://github.com/SarpongAbasimi
- Languages: Ruby, SQL
- Framework: Rails
- Feature testing: RSpec and Capybara
- Unit testing: RSpec
- Linter: Rubocop
- CICD: Travis (CI), Heroku (CD)
- Analytics: Simplecov
- Code quality: Codacy
First, clone this repository. Then:
bash
> bundle install
> bin/rails db:create
> bin/rails db:migrate
> bundle exec rspec # Run the tests to ensure it works
> bin/rails server # Start the server at localhost:3000
rspec
Just push any changes to Github, submit a pull request. Once the pull request is approved, Travis will automatically deploy on Heroku.
During this project, we kept track of what we learned by documenting our meetings, discussions, and specific topics of research. We have recorded this process in this repository's Wiki page
See CONTRIBUTING.md
