Web application to create survey. You can respond to survey and create if you want without any login credetials.
- 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
- mongoDB
- Node JS
- npm or yern (I'm using npm)
- open cmd or bash and open project folder
- go to sever folder of project
- give commmant
npm i
to install packeges - after installing all packeges give
npm start
to start the server - backend server runs on port 7700
- open cmd or bash and open project folder
- go to client folder of project
- give commmant
npm i
to install packeges - after installing all packeges give
npm start
to start the server - wait... for open the window of browser.
- 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.