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.
- Host: GitHub
- URL: https://github.com/igorkol91/footbal-page
- Owner: igorkol91
- Created: 2021-06-23T08:07:06.000Z (about 5 years ago)
- Default Branch: development
- Last Pushed: 2021-12-08T20:25:03.000Z (over 4 years ago)
- Last Synced: 2025-02-05T17:16:29.482Z (over 1 year ago)
- Topics: ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 879 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!