schet

0.0.14 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i schet

Weekly Downloads

9

Version

0.0.14

License

MIT

Last publish

Collaborators

  • shrhdk