Skip to content

USDepartmentofLabor/NewsReleaseLog

Repository files navigation

News Release Log

The is a web application that allows users to track news releases

Workflow of a NewsReleaseLog

Development Environment

(We assume that you have already installed docker or use this how to install docker link)

Then run the following commands to bring up the instances after cloning the code locally

docker-compose up

Once the web and db instances are up without any issues create the db and run the migrations

docker-compose exec web bundle exec rake db:seed