You can check our app by clicking the link: https://imgger.space/
This is a web application built with Django, GraphQL API, React and PostgreSQL. The purpose of this app is to provide users with a platform to upload, view, and share images with others.
- User registration and authentication.
- Ability to upload and view images.
- Ability to create, edit, and delete Posts.
- GraphQL API for efficient data retrieval and manipulation.
- React for a dynamic and responsive user interface.
- PostgreSQL for data storage and retrieval.
- Django
- GraphQL
- React
- PostgreSQL
- Firebase
- JSON Web Token (JWT)
- Docker
- Clone the repository to your local machine using the command:
git clone https://github.com/Arrturo/Imgger.git
- Navigate to the project directory using the command:
cd Imgger
- Build the Docker image using the command:
docker-compose build
- Start the application using the command:
docker-compose up
The application should now be running and accessible at http://localhost:8000/ (backend) and http://localhost:3000/ (frontend)
The PySquad application provides the following functionality:
- User registration and login
- Uploading images (Public/Private)
- Viewing images
- Sharing images with others
- Adding comments to images
To use the application, create an account (or not) and start uploading images. You can then view your uploaded images and share them with others by copying the image link. Other users can view and comment on your images.