PhotoLabs is a single-page application created as part of the React course using a combination of Express and PostgreSQL for the back-end with React and Node.js for the front-end. This project simulates a user's experience using a photo-posting platform that allows for modal-viewing, favoriting, querying by search terms, sorting by photo category, and more.
- JavaScript
- React
- Express
- Node.js
- SCSS
- HTML
- SQL
Install dependencies with npm install
in each respective /frontend
and /backend
folder.
cd frontend
npm start
Read backend/readme
for further setup details.
cd backend
npm start