Week 11 weekend challenge
This will collect user feedback starting on their feeling then continue to ask how well they understand the content, how well they feel supported, and finally if they have any comments. After collecting all their ratings there is a thank you page where they can review their responses before submitting.
To see the fully functional site, please visit: DEPLOYED VERSION OF APP
After downloading source files, ensure you have postgresql inatalled and running. If need to install postgresql, fitst install Brew then run:
brew install postgresql
After installation enter
brew services start postgresql
to get it running.
data.sql contain the sql commands to run in your database application to use to set up the database for this app.
Finally run
npm install
then
npm run server
and in a separate terminal or terminal tab run
npm run client
- Node.js
- postgresql
- React
- Axios
- HTML
- CSS
- JavaScript
If you have suggestions or issues, please email me at johnturner4004@gmail.com