/hooligroup

A website to help people built study group.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Hooli Group

A website to help people build study groups.

Environment

Node >= 6
MongoDB

Start

  • Clone or download this repository
  • Enter your local directory, and install dependencies:
npm install

Develop

# serve with hot reload at localhost:8010
npm run dev

Build

# build for production with minification
npm run build

Server

  • To enable back-end server:
# first start MongoDB service
mongod
# then run server
node server.js

Restful API