Skip to content

all-in-one-concert/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

  1. Install mongodb on your computer

  2. Clone this repository using git clone https://github.com/all-in-one-concert/website.git

  3. Cd into the repository directory using cd website

  4. Install dependencies using npm install

  5. 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;
  1. Run the website using node ./

  2. Visit http://localhost for the website and http://localhost/neutron/ for the admin panel

About

The official website of all in one concert

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published