Simple image gallery for storing images with tags
Here are some related projects
Backend part of project
Gallery
Gallery image
Image detail
User profile page
Users
Mobile image detail page
- React
- Redux
- React Router
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_AUTH_API_URL
REACT_APP_GALLERY_API_URL
See sample .env file
Clone the project
git clone https://github.com/Persepha/image-gallery-frontend.gitGo to the project directory
cd image-gallery-frontendInstall dependencies
npm installStart the backend server (see backend part documentation)
Start the frontend server
npm start


