项目作者: transcriba

项目描述 :
Manuscript transcription platform
高级语言: JavaScript
项目地址: git://github.com/transcriba/transcriba.git
创建时间: 2016-08-10T09:28:58Z
项目社区:https://github.com/transcriba/transcriba

开源协议:

下载


Transcriba

Transcriba is a transcription platform based on the loopback framework. The project was started in 2016 by Alexander Noack who developed the first prototype within the scope of his bachelor thesis at the Technical University of Ilmenau.

Resources

  • API Reference (To-Do)
  • Release Notes (To-Do)
  • Documentation (To-Do)

Installation

Prerequisits

  • node.js must be installed
  • email provider/account for sending registration mails among others.

First step

Install mongodb.

Second step

Run npm install to download all the required packages.
Then the preinstallation-script should be automatically run so follow the instructions.

Third step

Your basic application should be ready, you may read the loopback documentation now
or install a client angular2 application like my angular2-loopback-boilerplate.
Also you can remove config.json and datasources.json from .gitignore and customize the postinstall.js script if you want so.