/UserGallery

Any user come here and upload pictures for long time if i want to save my picture and i don't know what is the best place or where I can place or save my pictures so no one can imagine I can save there so you can use this every person has separte account and only authentic person can see his images

Primary LanguagePython

UserGallery

Any user can come here and upload pictures for a long time if they want to save their images. If they don't know where the best place to save their pictures is, so that no one can access them, they can use their separate account, and only authentic people can see their images.

install tailwind by the following this command

npm install -D tailwindcss
npx tailwindcss init

install flowbite by the following this command

npm install flowbite

create virtual environment

virtualenv venv

install packages of python

pip install -r requirements.txt

run migrations commands

python manage.py makemigrations
python manage.py migrate