Skip to content
/ Imgger Public

Web application for upload and sharing images

Notifications You must be signed in to change notification settings

Arrturo/Imgger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imgger Project Status

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.

Table of contents

Features

  • 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.

Technologies:

  1. Django
  2. GraphQL
  3. React
  4. PostgreSQL
  5. Firebase
  6. JSON Web Token (JWT)
  7. Docker

Installation

  1. Clone the repository to your local machine using the command:
git clone https://github.com/Arrturo/Imgger.git
  1. Navigate to the project directory using the command:
cd Imgger
  1. Build the Docker image using the command:
docker-compose build
  1. 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)

Usage

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.