This is a Gallery Dashboard to Upload, View & Categories Images.
- Register or Login as a User with Username & Password.
- Login to Upload Images on Homepage.
- Add details like Title, Description, Category with Images.
- Create new Categories or select from any previous ones.
- View Image in full-size by clicking View under every Image with every added details.
- Delete Images on the view page.
This Application was created using Django, Python, JavaScript, Bootstrap, and HTML/CSS.
This requires Django v4.0.0+ to run.
Install the dependencies, make migrations and start the server.
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Thanks!