Research and data serves as a guide in developing products and conducting market research. This is only possible if we can fully rely on the integrity of data we use to carry out these processes. The telos of the Smart Contract Survey application is to enable data collection/generation with complete privacy and anonymization of data via the process of users taking surveys.
To run this app, you will need a recent version of Node.js and MongoDB. This repository include both the front end and the backend for the application. Before running the application, MongoDB should be running on your PC. If you haven't installed the dependencies, you must run npm install
while being in the same directory as package.json. Note: both the frontend and the backend have independent package.json
files.
For the frontend run these commands...
cd app
npm install
npm run dev
For the backend, run these commands...
cd backend
npm install
node app.js
For the frontend run these commands...
cd app
npm install
npm run build && npm run start
For the backend, run these commands...
cd backend
npm install
node app.js
- Andrew Desousa ([email protected])
- Madhavendra Singh Negi
- Navid Mirnouri
- Abhishek Rathi
This application was developed for an IDP at TU Munich.