Simple app for players who wants to join for play soccer
To start this application locally:
- Make sure you have installed ruby 3.0.2
- Install the dependencies:
bundle install
yarn install
- Create the database and run the migrations
rails db:create
rails db:migrate
rails db:seed
- Run the server:
./bin/dev
- Visit http://localhost:3000/