An open API service indexing awesome lists of open source software.

https://github.com/igorkol91/footbal-page

A simple football page project made in Ruby on Rails. Creation of accounts, adding new posts, and follow the accounts you fancy.
https://github.com/igorkol91/footbal-page

ruby ruby-on-rails

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://calm-wave-07003.herokuapp.com)

## Authors

👤 **Igor Koloski**

- GitHub: [@igorkol91](https://github.com/igorkol91)
- Twitter: [@Destro49536502](https://twitter.com/Destro49536502)
- LinkedIn: [Koloski Igor](https://www.linkedin.com/in/igor-koloski-a754aa208/)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

## Show your support

Give a ⭐️ if you like this project!