/boulder-bike-tour

A bike racing event web app, build with Rails and React

Primary LanguageRuby

Boulder bike tour

A web app for a bike racing event it uses rails to collect users slogan suggestions.

View website

img_02

Install

Clone the repository

git clone https://github.com/AdetunjiTejumade/boulder-bike-tour.git 
cd boulder-bike-tour

Check your Ruby version

ruby -v The output should start with something like 2.7.2

If not, install the right ruby version using rbenv (it could take a while):

rbenv install 2.7.2

Install dependecies:

bundle install
yarn install

Initialize the database

rails db:create db:migrate db:seed

Serve

rails s And now you can visit the site with the URL http://localhost:3000