- clone the repo,
cd
into directory
$ git clone https://github.com/seantan22/coffeerun-social.git
$ cd coffeerun-social
- install packages
$ yarn add jquery@3.5.1 bootstrap@3.4.1
$ bundle install
- migrate the database
$ rails db:migrate
- seed the database with sample users (optional)
$ rails db:seed
- run app in local server
$ rails server
You can then register a new user or log in as the seed admin user with the email coffeerun@coffeerun.com
and password coffeerun
.