Skip to content

EvaFro/SimpleSurvey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Eaze Services Homework Assignment - Simple Survey

Requirements

An nvmrc file is included if using nvm.

  • Node v9.8.0

Installing Dependencies & Executing Code

From within the root directory:

npm install  // to install dependencies
npm start   // this will build public files and run server
  • note this file can also be run with:
node server.js // this will build public files and run server

Then navigate to https://localhost:8080/ in your browser of choice.

Saved Data

From within the root directory:

  • All data is being saved in the outPutData file: ./src/data/outPutData.txt

If there were a database for this project. I would use a SQL database. This is because right now the form is basic, however, if we wanted to save user profiles we would want to be able to have relational database in order to query profiles related to specific results.

About

Create a simple anonymous survey.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published