See the live service
The setup steps expect the following tools installed on the system.
git clone https://github.com/linediconsine/tabae.git
Copy the sample database.yml file and edit the database configuration as required.
cp config/database.yml.sample config/database.yml
Run the following commands to create and setup the database.
bundle exec rake db:create
bundle exec rake db:migrate
yarn install
You can start the rails server using the command given below.
rails s
And now you can visit the site with the URL http://localhost:3000