This repository has been created as a code challenge for candidates with
FullStack Labs. Please setup your environment following the Getting Started
section before starting the challenge.
-
Clone repository
-
Install Ruby version
$ rvm install 2.7.3- Install PostgreSQL >9.4 and start it
$ brew install postgresql- Run setup
$ bin/setup- Run specs
$ bin/rspec- Start the server
$ bin/rails server- Open your browser
See CHALLENGE.md
