DGA-SCD / gsurvey

It's dynamic survey platform using new technology
MIT License
1 stars 0 forks source link
backend dynamic-survey mongodb reactjs redis survey

gsurvey

It's survey platform which use full stack architectur with MongoDB-Express-Node-React (MERN)

Fontend

We use React + surveyjs to develop dynamic survey form.

Backend

We use Node.js to run as backend API services.

Database

We use mongoDB to store answers.

  # Download image
  docker pull pepsi7959/ubuntu16.04-mongodbv4.0.10

  # Create container
  docker run -idt --privileged=true --name mongodb -v $(pwd):/root/ -p 27017:27017pepsi7959/ubuntu16.04-mongodbv4.0.10 

start service

If you use npm start, then start both client with port:3000 and server with port:3001

npm start