A simple Bookclub app for learning purposes
Before you start, make sure to have installed the required dependencies:
- Ruby version = 2.6.3
- PostgreSQL Server 12.3 up and running
- Clone the repo
git clone git@github.com:halacheva/bookclub.git
cd bookclub
- Setup the database and populate sample data
bundle exec rake db:setup
For new PostgreSQL installations role "root" could be missing and should be manually created:
sudo -u postgres createuser root
bundle exec rails s
bundle exec rspec
Email: jane@example.com, Password: 1
Email: john@example.com, Password: 1