Skip to content

Latest commit

 

History

History
115 lines (74 loc) · 1.87 KB

README.md

File metadata and controls

115 lines (74 loc) · 1.87 KB

Pap News

Welcome to Pap News - Spread the knowledge!

Description

Week 8 Project of Craft Academy cohort January 2018.

PapsNews is a newsagency Web Application used to share your local and international news directly on your device screen.

Once you land on the Homepage (https://....herokuapp.com/), you need to Signup in order to have access to the web contents (click on sign up in the navbar)

Getting Started

Interested in our codes? You can clone our repo!

Prerequisites

Install Ruby 2.4.1

rvm install 2.4.1

Install Ruby on Rails 5.2

gem install rails -v 5.2

Testing

  • Cucumber
  • RSpec
  • Pry
  • Factory Bot
  • Launchy
  • Shoulda Matchers
  • Coveralls
  • Travis CI

Acceptance Tests

Acceptance test are written in Cucumber using Capybara commands.

Features are stored in ./features

To run the acceptance test suite, execute Cucumber in you terminal:

cucumber

Unit Tests

Unit test are written in rspec

rspec

Deployment

Continuous Integration with Heroku

Technologies

Ruby on Rails Haml Bootstrap Sass Active Admin Stripe Devise Pundit i18n Active Storage Heroku Coveralls Sepamphore CI

Authors

Contributors

Our restless coaches supported us in this project:

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc