Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 477 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 477 Bytes

"Air Traffic Control"

DLST app for managing data flights to cloud storage.

First-Time Setup (for developers) Clone the repository. git clone [email protected]:cul/atc.git

Install gem dependencies. bundle install

Set up config files. bundle exec rake atc:setup:config_files

Run database migrations. bundle exec rake db:migrate

Seed the database with necessary values for operation. rails db:seed

Start the application using rails server. rails s -p 3000