johnturner4004 / weekend-redux-feedback-loop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REPO SIZE TOP_LANGUAGE FORKS

Redux Feedback Loop

Description

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

Installation

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

Built With

  • Node.js
  • postgresql
  • React
  • Axios
  • HTML
  • CSS
  • JavaScript

Support

If you have suggestions or issues, please email me at johnturner4004@gmail.com

About


Languages

Language:JavaScript 91.9%Language:HTML 6.1%Language:CSS 2.0%