#Pair programming This is my Andela Ruby Project
##Quality assurance
This is a web based application
It allows
- new users to signup / login
- logged in users create new coding sessions
- creators of the sessions can delete their sessions
- by sharing the code session URL another user can join the session
- Within each session there is a chat room
- Everything is real time
To run this locally you just have to $ rackup
The test are done using RSpec
to run the tests rspec spec
- Fork it ( https://github.com/sheyooo/pair-programming/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Adekoya Sheyi 😄