This server is intended to provide intelligent tutoring system (ITS) functionality to the Geniventure game-based learning environment.
This project was originally created using the hackathon-starter (boilerplate for Node.js web applications).
- MongoDB 4.4
- Node.js 10.15
Mac OS X:
- Xcode (or OS X 10.9+:
xcode-select --install)
- Xcode (or OS X 10.9+:
Windows:
Ubuntu /
sudo apt-get install build-essential
- OpenSSL - Needed to compile node-gyp on Windows.
# Get the latest snapshot
git clone https://github.com/IntelliMedia/guide-server
# Change directory
cd guide-server
# Install NPM dependencies
npm install
# Start the server
node guide.jsAfter the server is successfully started, use a web browser to navigate to the GUIDE ITS Node.js server. The first person to sign in through the web admin UI will be given admin privileges.
mongo mongodb://localhost/guide3 --eval "db.dropDatabase()"
Copyright 2016 North Carolina State University
Licensed under the Simplified BSD License