pepsi7959 / saas

Survey as a service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Survey (SAAS)

It's survey service

Fontend

We uses React + surveyjs to develop dynamic survey form.

Backend

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

Database

We uses 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 frontend with port:3000 and backend with port:3001

npm start

About

Survey as a service

License:MIT License


Languages

Language:JavaScript 96.7%Language:Dockerfile 3.3%