It's survey platform which use full stack architectur with MongoDB-Express-Node-React (MERN)
We use React + surveyjs to develop dynamic survey form.
We use Node.js to run as backend API services.
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
If you use npm start
, then start both client with port:3000
and server with port:3001
npm start