This project uses React, 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
This project is simple image gallery made with React and PostgresSQL.
Images are displayed stored on an array stored on a database. Axios and Express are used to pull images from the database and React displays images through nested components. This gallery is scalable to allow any number of images and will display all that exist in the database.
This gallery also has a like counter for each image, and images swap to descriptions when clicked.
This project was completed as a part of the Prime Digital Academy program, a six month full stack development immersion program.