-
Khoa Nguyen
- New Github account: Khoa-V-Nguyen
- Old Github account: Omegaeye
- Link'd In
- Getting Started
- Running the tests
- Pages
- Built With
- Versioning
- Reflection
- Future Iterations
- Acknowledgement
- Fork and clone this repo
- Run
bundle install
- Run
rails db:{create,migrate}
- To seed test database
- Run
rails db:seed RAILS_ENV=test
- Run
bundle exec rspec
to run the test suite