/kaligo

This is a learning project as well as a submission to Kaligo.com for technical assessment.

Primary LanguageRuby

Introduction

This is a mini project as part of learning Ruby on Rails and as a submission to Kaligo for technical assessment.

Ruby version

2.3.0

System dependencies

bundle install

Database creation

bin/rake db:migrate

Deployment instructions

bin/rails server [-b binding_ip] [-p port]

-b and -p options are optional. The defaults are localhost and 3000 respectively.