Welcome to photolabs.
The PhotoLabs project for the Web Development React course programming.
- [Clone] () the repositorio onto your local devide.
- Install dependencies with
npm install
in each respective/frontend
and/backend
. - The app will be served at http://localhost:3000/ for the front end and http://localhost:8001/ in your browser.
- First go to http://localhost:3000/.
- You will see a list of pictures.
- You can click on each picture to see a larger picture of it and a list of similar pictures.
- You can add favorire pictures by clicking the heart of the picture.
- You can click on the topics on the nav bar to see the pictures that are classified under each one.
- Enjoy!
- @testing-library/jest-dom: "^5.16.5",
- @testing-library/react: "^13.4.0",
- @testing-library/user-event: "^13.5.0",
- axios: "^1.7.2",
- react: "^18.2.0",
- react-dom: "^18.2.0",
- react-scripts: "5.0.1",
- web-vitals: "^2.1.4"
cd frontend
npm start
Read backend/readme
for further setup details.
cd backend
npm start