- Ruby v2.7.0
- Ruby on Rails v5.2.4
- Rspec rails
https://glacial-meadow-24172.herokuapp.com/
Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5
To get a local copy up and running follow these simple example steps:
- Go to https://github.com/jssarrazolaa/Twitter-RoR/tree/master and clone the repo using:
git clone https://github.com/jssarrazolaa/Twitter-RoR.git
in your terminal.
Instal gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
To make sure the linters' checks using Github Actions work properly, you should follow the next steps:
- On your recently forked repo, enable the GitHub Actions in the Actions tab.
- Create the
feature/branch
and push. - Start working on your milestone as usual.
- Open a PR from the
feature/branch
when your work is done.
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.
Heroku
👤 Jhonatan Sarrazol
- Github: @jssarrazolaa
- Twitter: @StevenAlvarez_
- Linkedin: Jhonatan Sarrazola
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
TBA
TBA