/Colenso-Project

Nodejs website for working with Colenso documents Checkout the demo :

Primary LanguageJavaScriptMIT LicenseMIT

Colenso-Project

About

The Colenso-Project is SWEN303: User Interface Design assignment to create a website focused on
designing and bulding a website to allow users to browse, explore and work with XML documents

Getting Started

First, install basex and run the following command

basexserver -d -c "CREATE DATABASE colenso ./colenso"

to create the basex database and populate it with colenso xml files.

Now start the colenso app by:

node app.js

ensure you have run npm install.