Skip to content

condef5/cojos-app

Repository files navigation

Cojos App 🥅 ⚽️ 🥅

Simple app for players who wants to join for play soccer

Setup

To start this application locally:

  1. Make sure you have installed ruby 3.0.2
  2. Install the dependencies:
bundle install
yarn install
  1. Create the database and run the migrations
rails db:create
rails db:migrate
rails db:seed
  1. Run the server: ./bin/dev
  2. Visit http://localhost:3000/