/trojan-gre

An AngularJS and ExpressJS web app that implements a computer adaptive test

Trojan-Gre

This web-app has NodeJS as its server and uses AngularJS for its front-end. The server is built using ExpressJS framework. It is a sample computer adaptive test. It allows for registration of student, sessions for the students to take tests and a score board at the end of the test.

How to use

1. Install NodeJS. 2. Set up mysql database 3. Run create table commands in the trojangre.sql file 4. Run the data import command in trojangre.sql to import sample questions. Ensure the path to the file is correct. 5. Configure the correct database parameters in trojandb.js 6. Run npm install to let express download dependency modules. 7. Run node server.js on the terminal 7. Open http://localhost:3000/ on the browser