Skip to content

Latest commit

 

History

History
executable file
·
13 lines (7 loc) · 814 Bytes

README.md

File metadata and controls

executable file
·
13 lines (7 loc) · 814 Bytes

Feedback-Loop Project

This project uses React, Redux, Axios, and Express, install dependencies with terminal command "npm install" and this can be spun up with the terminal commands "npm run server" then "npm run client".

This project also uses PostgresSQL. Database set included in database.sql file, name the database react_gallery

Description

This project is a feedback input loop made with React and PostgresSQL.

Feedback is stored upon input on a redux data store. Axios and Express are used to pull previous entries from the database and React also a serious of questions by routing components

This project was completed as a part of the Prime Digital Academy program, a six month full stack development immersion program. This was completed in a weeked as the weekend challenge of Week 11.