Skip to content

A Web App for taking surveys as well as creating your own surveys and managing them. Made with ReactJS

Notifications You must be signed in to change notification settings

Siddharth-Nema/survey-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Survey Manager

This is survey management website in which you can add and take surveys. The WebApp is built on the MERN stack.

Usage

client folder has the react project.

api folder has the backend written in expressJS

A local mongod server is necessary to be running in the background

Install dependencies

# Backend deps
cd api
npm install

# Frontend deps
cd client
npm install

Run Server

# For frontend
cd client
npm run server

# For backend
cd api
nodemon server.js

About

A Web App for taking surveys as well as creating your own surveys and managing them. Made with ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published