- ruby 3.0.2
- Rails 6.1.4
- Postgresql 12.3
- Clone the repo
git clone [email protected]:simaob/scoreboard.git
- Run bundle install
bundle install
- Run yarn install
yarn install
- Create database
bundle exec rails db:create
- Run migrations
bundle exec rails db:migrate
- Run the server
bundle exec rails server
- Visit the page, by pointing the browser to
http://localhost:3000
🚀