wilsonjuma254 / mseal-rails-wilson

This is the Website to Murang'a Seals FC, It is built using Ruby on Rails and TailwindCSS

Home Page:https://www.murangaseal.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The official Murang'a Seals Football Club Website

This is the official Murang'a Seals Website built with Ruby on Rails. It is a website that allows users to view the club's information, players, fixtures, and results. It also allows the club's admin to manage the club's information, players, fixtures, and results.

Link

``

``

Video link

ERD

Cloning the project

git clone https://github.com/Lifeline-Solutions/mseal-rails.git

- cd mseal-rails

- ./bin/dev

Built with

  • Ruby 3.1.2 on Rails 7.0.3.1
  • PostgreSQL

Prerequisites

Vscode or RubyMine Setup

Install

Ruby
Rails
PostgreSql
Tailwindcss

Development Database

# Sign into posgresql
su - postgres

# Create user
create user 'user_name' with encrypted password 'mypassword'

# Load the schema
rails db:schema:load

#----- If you want prefer this approach
# Create the database
rake db:create

# Create database Migration
rails db:migrate

Run

bundle install

./bin/dev

Run tests

bundle install
rspec

Authors

👤 AbolGer

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Design

Original design idea by Annah Waweru on Behance. The Creative Commons license of the design requires that you give appropriate credit to the author.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

This is the Website to Murang'a Seals FC, It is built using Ruby on Rails and TailwindCSS

https://www.murangaseal.com/


Languages

Language:HTML 52.7%Language:Ruby 45.5%Language:JavaScript 1.2%Language:CSS 0.5%Language:Shell 0.1%