0.0.14 • Published 9 years ago

schet v0.0.14

Weekly downloads
9
License
MIT
Repository
github
Last release
9 years ago

Schet

NPM version Build Status

Schet is a web application for schedule coordination.

Requirements

  • Node.js v0.12.0
  • MongoDB v2.6.5

Getting Started

(1) Install MongoDB and start

$ apt-get install mongodb
$ mongod

(2) Install Node.js

$ apt-get install nodejs

(3) Install Schet & Initialize DB

$ npm install schet -g
$ schet init

(4) Start Schet

$ schet

See http://127.0.0.1:3000/.

Default Settings

$ export PORT=3000
$ export MONGODB=mongodb://127.0.0.1:27017/schet

API

Schet has a Web API. See API Document.

Credit

This project uses the Material Design Icons developed by Google under the CC BY 4.0.

License

MIT

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago