schet
v0.0.14
Published
Schet is a schedule coordination tool.
Downloads
19
Readme
Schet
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
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