Skip to content

jasonmrimer/reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a web app used to test digital reading interfaces for improved reading comprehension. It uses rapid visual serial presentation to display passages to readers and then asks several comprehension questions to test reading comprehension.

###Mongo Prepare the data model by installing mongodb. Note, this takes extra work on macOS Catalina. Most internet mongo instructions will work fine but use these extra for the mac setup. The following commands will start a mongo process.

Setup a data folder and then use its path:

sudo mongod --dbpath [insert_path_here] --fork --syslog

Navigate to the project root directory then run these commands setup the db collections and prep the data.

cd reader
./scripts/truncate_db.js
./scripts/seed_db.js

Database now initialized to run the app


###Node Clone repository and then run node

cd reader
npm install
node index.js

accessible at: localhost:4000


###Angular Build and serve the frontend

cd reader/frontend
npm install
ng serve

accessible at: localhost:4200

About

MEAN reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors