This is the repository for the last ruby on rails project for microverse curriculum. The project is divided into milestones with specific requirements to be met in each one of them. The application was published on Heroku: link
- Ruby v2.7.0
- Ruby on Rails v5.2.4
https://still-taiga-44791.herokuapp.com
To get a local copy up and running follow these simple example steps.
Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5
Instal 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 will be added by Microverse students. There are no tests for initial features in order to make sure that students write all tests from scratch.
TBA
- 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
- The Odin Project
- Heroku
- Rails docs
TBA