This is the repository for the ruby on rails capstone project for microverse curriculum. The application was published on Heroku.
- Ruby v2.7.1
- Ruby on Rails v5.2.4
https://damp-lake-87370.herokuapp.com/
https://www.loom.com/share/725e82a2848f4016ba04875577b89d76
To get a local copy up and running follow these simple example steps.
Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rpsec --format documentation
Tests are included which are done with Rspec for both unit and integration tests.
The application was made live on the Heroku platoform and it can be accessed here.
- Tennyson Zvaita - @tennyzvaita - tzvaita@gmail.com
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse.org
- Stackoverflow
- Heroku
- Rails docs
- Mike Hartl ruby on rails learn enough
- Gregoire Vella on Behance
- Bootstrap
- Careerwave gem