Skip to content

Web application to create survey & now you can give response to given survey.

Notifications You must be signed in to change notification settings

mohityede/survey-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

survey-generator

Web application to create survey. You can respond to survey and create if you want without any login credetials.

Project Details

  • In this application you can add your surveys globally.
  • This is MERN application
  • Frontend: ReactJS, MaterialUI, toast, axios, react-router-dom
  • Backend: ExpressJS, MongoDB, NodeJS

How to Run this project in your system

Requirement:

  • mongoDB
  • Node JS
  • npm or yern (I'm using npm)

Start Backend Server

  1. open cmd or bash and open project folder
  2. go to sever folder of project
  3. give commmant npm i to install packeges
  4. after installing all packeges give npm start to start the server
  5. backend server runs on port 7700

Start Frontend React Server

  1. open cmd or bash and open project folder
  2. go to client folder of project
  3. give commmant npm i to install packeges
  4. after installing all packeges give npm start to start the server
  5. wait... for open the window of browser.

Instruction to use app

  • App open with home page
  • you can click on create survey button to create survey
  • Fill all required fields than click on add button (+)
  • fill your question, required option and type of answer you expect
  • click on add option button to add more options
  • after filling all the details you can add more questions or save the survey.
  • after saving survey you redirected to home.
  • click on the availabe surveys on the home page to submit the survey.

Releases

No releases published

Packages

No packages published