https://github.com/rl3250/f22_saas_project/
Deployed on Heroku: https://f22-saas-wemeet.herokuapp.com/
- Ruize Li (rl3250)
- Ken Xiong (kx2175)
- Jianyang Duan (jd3794)
- Moxin Xu (mx2237)
- install
postgreSql
on your local computer. Reference here - install
reek
using commandgem install reek
in your terminal. Reference here
- Run
bundle install --without production
to install dependencies and related gems - Run
rake db:migrate:reset
to load up all migrations - Run
rake db:seed
to load initial values - RUn
rails s
to start the server
rake cucumber
for BDD tests.rake spec
for TDD Rspec tests.- coverage reports are generated seperated for both
Spec
andCucumber
and both are under thecoverage
folder.
reek .
in your terminal under project directory.- reports are generated in the terminal.