This is a Football scores predition page where you can create account and post your predictions annonimously
- Ruby on Rails v6.1.3
To get a local copy up and running follow these simple example steps.
Ruby: 2.7.3 Rails: 6.1.3
Inside you terminal rub $git clone https://github.com/igorkol91/footbal-page/tree/test_branch Run $cd footbal-page Run $ code .
Instal gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Run tests with
rails g rspec:install
rspec
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.
👤 Igor Koloski
- GitHub: @igorkol91
- Twitter: @Destro49536502
- LinkedIn: Koloski Igor
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!