#all in one concert website This is the work-in-progress repository of the new All in one Concert website that's going to replace the currently online website at http://aioc.ch and is built on top of neutronJS.
You can use this repository as a demo-website for neutronJS
##setting up and running
-
Install mongodb on your computer
-
Clone this repository using
git clone https://github.com/all-in-one-concert/website.git
-
Cd into the repository directory using
cd website
-
Install dependencies using
npm install
-
Create the following file with the following contents:
//config.js
exports.db = "mongodb://localhost/aioc"; //modify the path to point to your installed mongodb instance
exports.port = 80;
-
Run the website using
node ./
-
Visit
http://localhost
for the website andhttp://localhost/neutron/
for the admin panel