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:
- Node.js and npm
- install dependencies with
npm install
- build with
grunt
- place XForm in /storage/forms
- configure Enketo or ODK Collect to use this server
- run with
node .
ornpm start
- install nodemon
- run with
grunt develop
- test with
grunt test