NUSSU Logistics Booking Application, Iteration 2
This project uses Rails 6.0.0 and Ruby 2.6.3p62
To setup:
git clone https://github.com/commit-tech/chahan.git
cd chahan
cp config/database.yml.example config/database.yml
bundle install
bin/rails db:migrate
bin/rails db:seed
bin/rails server
Adjust the content of database.yml
accordingly