The PhotoLabs app was created using react and is a photo-documenting or display application.It was a good base to practice core react concepts and principles
Screenshot of photolabs homepage on load
Screenshot of photolabs homepage on load
Screenshot of photolabs homepage on load
Screenshot of photolabs homepage on load
- Create a new repository using this repository as a template.
- Clone your repository onto your local device.
3.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
- express
- cors
- dotenv
- react
- axios