react-photolabs

The PhotoLabs project for the Web Development React course programming.

Peer dependencies

npm install react@^16.9.0
npm install --save-dev react-test-renderer@^16.9.0

Photolabs

Setup

Install dependencies with npm install in each respective /frontend and /backend.

[Frontend] Running Webpack Development Server

cd frontend
npm start

[Backend] Running Backend Servier

Read backend/readme for further setup details.

cd backend
npm start

Final Product