Skip to content

yuhangang/rails_news_crawler

Repository files navigation

Steps to run the project

    1. Run command bundle install to install all the required gems
    1. Create database in psql or rails db:create
    1. Normal migrations can be run using rails db:migrate
    1. Seed data can be added using bundle exec rails db:seed
    1. To run code, use the following command: foreman start

About

A simple demonstration of scraping and serving news from different publishers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published