Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 599 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 599 Bytes

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