Skip to content
forked from enketo/centro

A super-basic proof-of-concept OpenRosa/ODK server.

License

Notifications You must be signed in to change notification settings

lykmapipo/centro

 
 

Repository files navigation

centro Build Status

A very basic proof-of-concept fully ODK-compliant server for use with Enketo and ODK Collect.

No database - forms and submissions are stored as files.

implements:

future:

Pre-requisites

  • Node.js and npm

Install

  • install dependencies with npm install
  • build with grunt

Use

  • place XForm in /storage/forms
  • configure Enketo or ODK Collect to use this server

Run

  • run with node . or npm start

Develop

  • install nodemon
  • run with grunt develop
  • test with grunt test

About

A super-basic proof-of-concept OpenRosa/ODK server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • HTML 3.1%
  • CSS 1.6%