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.
``
``
git clone https://github.com/Lifeline-Solutions/mseal-rails.git
- cd mseal-rails
- ./bin/dev
- Ruby 3.3.5 on Rails 7.2.1
- PostgreSQL
Vscode or RubyMine Setup
Ruby
Rails
PostgreSql
Tailwindcss
# 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
bundle install
./bin/dev
bundle install
rspec
👤 AbolGer
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Original design idea by Annah Waweru on Behance. The Creative Commons license of the design requires that you give appropriate credit to the author.
Give a ⭐️ if you like this project!
This project is MIT licensed.