A dating / relationship compatibility game / simulator.
Our team of 6 programmers spent a four days making this dating game as part of our training at Makers.
https://love-me-tinder.herokuapp.com/
View the repository here on GitHub
Clone the repo. Then:
bundle install
bin/rails db:create
bin/rails db:migrate
bin/rails db:seed
bundle exec rspec
bin/rails server
This will start the server at localhost:3000
- rubocop (code quality)
- XP (Extreme Programming)
- Agile
- Pair programming
- TDD
- Remote collaboration
- Ruby as the main back-end language
- Rails for the framework
- Travis CI
- PostgreSQL for handling databases
- GitHub for storing our work
- Trello for tracking and organising workflow
- Heroku for hosting our website
- CSS and Bootstrap to make it look pretty
- Git for version managing
- Bootstrap for styling and layout (please see getbootstrap.com/docs/4.0/layout/grid/)