Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 577 Bytes

File metadata and controls

20 lines (16 loc) · 577 Bytes

chahan

NUSSU Logistics Booking Application, Iteration 2

Coverage Status

Installation

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