/footbal-page

A simple football page project made in Ruby on Rails. Creation of accounts, adding new posts, and follow the accounts you fancy.

Primary LanguageRuby

Football match predictions with Ruby on Rails

This is a Football scores predition page where you can create account and post your predictions annonimously

Built With

  • Ruby on Rails v6.1.3

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Ruby: 2.7.3 Rails: 6.1.3

Setup and Local copy

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

Github Actions

To make sure the linters' checks using Github Actions work properly, you should follow the next steps:

  1. On your recently forked repo, enable the GitHub Actions in the Actions tab.
  2. Create the feature/branch and push.
  3. Start working on your milestone as usual.
  4. Open a PR from the feature/branch when your work is done.

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Deployment

Live Link

Authors

👤 Igor Koloski

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!