This is SharpNotes, a simple Ruby on Rails coding exercise. A sample website for recruiters, managers and potential clients. This covers local setup, dependencies and development flow.
2.7.0
- Rails 6.0.3.2
- PostgreSQL 11.6
- Node.js 12.16.2
$ bundle exec rake db:create
$ rake db:test:prepare
$ bundle exec rspec
Deployment is fully managed by Heroku. After any change on the code is necessary to execute on the terminal:
$ git push heroku
- That will update the production release.
The present project has being deployed to Heroku.
Created by Reinier Garcia - feel free to contact me!