The PhotoLabs project for the Web Development React course programming.
This project is built with:
Frontend
- React
Backend
- express
- pg
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