Photolabs is a React based web app where you can view and favourite the photos of photographers, as well as search photos by topic. Built using React.js, Express, PostgreSQL, Node.js, Axios, and Sass.
- Find photos by Topic
- Add and remove photos from your favourites
- Modal view of a larger version of each photo
- Find similar photos
Install dependencies with npm install
in each respective /frontend
and /backend
.
cd frontend
npm start
Read backend/readme
for further setup details.
cd backend
npm start