Skip to content

ArkTicketTech/hooligroup

Repository files navigation

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:8089
# You need to start local server
npm run local

# serve with hot reload at localhost:8089
# proxy on test server
npm run debug

# serve with hot reload at localhost:8089
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

About

A website to help people built study group.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages