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 .
➡️ AnyOne can Upload photo
➡️Home page Image Gallery
➡️Sign Up
➡️Sign In
➡️User DashBoard
➡️personal Gallery
-
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
sudo apt update && upgrade
sudo apt install pyhton3
python3.11 --version
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
pip3 install pillow
pip3 install django
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