/formdata

A data collection platform for demo and proof of concept purpose.

Primary LanguageCSSMIT LicenseMIT

Overview

formdata is a collection of proof of concepts primarily targeted to run as an Azure Website. It was built for only demonstration purpose, and around the concept of a simple data collection platform that allows you to create questionnaire of your survey and allows your users to input rich data in response. It will never be a complete and ready for business project.

Screenshot

Screenshot

Setup

0. Setup your environment first
npm i gulp -g	
npm i bower -g
1. Install dependencies
npm update        # Only on Linux: run the following command because, 
npm i gulp --save # gulp won't work if you don't install it locally as well
2. Download client-side assets
bower update
3. Run
npm start		  # If it connects to the Mongo installation successfully,
				  # point your browser to http://127.0.0.1:3000/
4. Functional Tests
gulp test
5. Continuos Functional Tests
gulp watch-test

Articles written on this project: