Skip to content

beetlehope/newsroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newsroom App

This app can be used for project management by an editorial team. Members of the team can log in and pitch their ideas for news stories. Editors can add and archive team members.

The app is live on Heroku. You can log in with editor credentials:

email: editor@newsroom.com, password: password

Getting started

To get started with the app, clone this repo and install the gems:

$ bundle install

Next, migrate the database and seed the data:

$ rails db:migrate
$ rails db:seed

Finally, run the test suite:

$ rspec

If the tests pass, you'll be able to run the app locally:

$ rails server

Built With

  • Rails ~> 5.1.4
  • RSpec 3.7.2

Acknowledgements

The app was inspired by Ryan Bigg's "Rails 4 in Action" book. Many of the ideas and principles from the book were used and adapted for my app, as well parts of CSS.

About

A project management app for a small editorial team.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published