news4u is a web app that retrieves news from different news sources through newsapi.org API. news4u has a Rails backend and React/Redux front end.
Fork and clone this GIT repo. Set up backend by running bundle install, rake db:migrate and rake db:seed Set up frontend by going to client folder and running npm install For running on localhost, copy Procfile-localhost to Procfile.
news4u db is postgresql so make sure it is running! (ie. mac: pg_ctl -D /usr/local/var/postgres start )
rake start
Test user logins (all passwords are 'test') [email protected] [email protected] [email protected] [email protected].
Bug reports and pull requests are welcome on GitHub at https://github.com/'BarbaraPruz'/news4u. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Open source under the terms of the MIT License.
Everyone interacting in the ike project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.