0.0.14 • Published 10 years ago

schet v0.0.14

Weekly downloads
9
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago