A single-page application (SPA) that allows users to view and "like" photos in different contexts.
Tech Stack: PSQL, Express, React, Node.js, Axios
A Lighthouse Labs project by Rachel Little
Clone the repository:
$ git clone git@github.com:rachdawn/PhotoLabs.git
Install dependencies with npm install in each respective /frontend and /backend.
cd frontend
npm startRead backend/readme for further setup details.
cd backend
npm start

