Skip to content

gerwing/FinalYearProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Year Project

  • Author: Gerwin Glorieux
  • Supervisor: Dr. Christian Urban
  • King's College London
  • Department of Informatics
  • 2013-2014

Online Platform for Lectures and Homework

OPLaH will allow students to submit answers to question during a lecture and at home as homework. The project will be built on Node.js and Expressjs.

Installation


First make sure to install Node.js and the Node Package Manager on your machine, head over to http://nodejs.org for documentation on how to install node. Make sure mongodb and redis are both running on your machine before running the application. Run the app using the following commands:


>cd FinalYearProject
>npm install
>mongodb &
>redis-server &
>node app.js

The app will now be accessible in your browser from http://localhost:3000

About

Final Year Project for King's College London 2013-2014

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published