Skip to content

swadhinbiswas/PhotoBite

Repository files navigation

PhotoBite

photobite is a image Gallery using Django .It's a biggner friendly project made by Me(swadhinbiswas).And it not a complete project.More feature will be added .

Features

➡️ AnyOne can Upload photo

➡️Home page Image Gallery

➡️Sign Up

➡️Sign In

➡️User DashBoard

➡️personal Gallery

Roadmap

  • Google Drive,One Drive,Mega etc Stroage Photo adding On personal Gallery

  • Multiple Stroage Connetion

  • Gallery catagory

  • Multiple photo Upload

  • Connect Local Stroage Photo

  • Share with friends

  • Not downloadable

Logo

Logo

Screenshots

Homepage

App Screenshot

Login page

App Screenshot

SignUp page

App Screenshot

Dashboard

App Screenshot

upload page

App Screenshot

Installation

sudo apt update && upgrade
sudo apt install pyhton3
python3.11 --version

set env

sudo apt install -y python3-venv

mkdir test_environment && cd test_environment

sudo python3 -m venv my_test_env

ls my_test_env

source my_test_env/bin/activate

install all necessary packages

pip3 install pillow

pip3 install django

Database Change

this part is not necessary for now

Deployment

To deploy this project run

git clone 

cd PhotoBite

python3 manage.py makemigration

pyhton3 manage.py migrate

python3 manage.py createsuperuser

pyhton3 manage.py runserver

About

photobite is a image Gallery using Django .It's a biggner friendly project made by Me(swadhinbiswas).And it not a complete project.More feature will be added .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published