Digging through the Internet for reliable information is a tedious task. A plethora of misinformation coexists with reliable data. Bogus Story Meter is a web app and Chrome extension that aims to make this process easier by displaying user-generated ratings as well as AI insights to quickly inform users of a URL's trustworthiness and accuracy of the presented information.
- Product Owner: Ciaran Conners
- Scrum Master: Patrick Tang
- Development Team Members: John Roxborough, Scott Rudiger
- Node 6.11.1
- MySQL
- Redis 2.7.1
Make sure the following dependencies are installed on your system:
Node 6.11.1 or later
$ node -vNPM
$ npm -vMySQL
$ msql --versionRedis 2.7.1 or later
$ redis-server -vSass 3.5.1 or later
$ sass -vFrom within the root directory:
$ npm installthen
$ cd extension
$ bower installStart redis-server
$ redis-server &Access the local MySQL database for development with
$ mysql -u root -phit enter and create a database called "bsm"
$ create database BSM;Start node server with
$ npm run start-devseed database by running npm test twice (will change when we add seeding file)
$ npm testto transpile .scss files to css
npm run sass-watchgo to chrome://extensions in the browser
click load unpacked extension... select bogus-story-meter/extension directory webapp is available at http://localhost:8080
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.