Duration: 4 day Sprint
This React gallery web app allows you to add an image to a gallery.
There was only one issue I ran into while building this app. The issue was a 500 error on my client side. When I looked at my server logs, I noticed a "database "react_gallery" does not exist" error, even though it did exist. I resolved this by deleting the existing database and creating a new one with the same name.
To see the fully functional site, please visit: COMING SOON
Link to software that is required to install the app.
run npm install
This React gallery web app allows you to add an image to a gallery by entering the URL and a brief description of the picture you want. Once you hit submit, it will add to the collection. Like an image? Press the like button, and the app keeps track of how many likes each image has. If you want to remove a picture, press the delete button.
- React
- Postgres
- Node.js
- Express
- Body-Parser
- Axios
- Material UI
- Sweet Alerts
Note, include this only if you have a license file. GitHub will generate one for you if you want!
Thanks to Prime Digital Academy who equipped and helped me to make this application a reality. (Thank your people)
If you have suggestions or issues, please email me at Alhousseinec@gmail.com


