Eaze Services Homework Assignment - Simple Survey
An nvmrc
file is included if using nvm.
- Node v9.8.0
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.
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.