https://github.com/dustycrowbones/photo_gallery_project
Gallery.io fullstack Django based project for school
https://github.com/dustycrowbones/photo_gallery_project
css django fullstack gallery html python small-project sqlite
Last synced: 3 months ago
JSON representation
Gallery.io fullstack Django based project for school
- Host: GitHub
- URL: https://github.com/dustycrowbones/photo_gallery_project
- Owner: dustycrowbones
- Created: 2025-12-15T05:09:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-15T06:25:42.000Z (7 months ago)
- Last Synced: 2025-12-25T13:37:48.681Z (7 months ago)
- Topics: css, django, fullstack, gallery, html, python, small-project, sqlite
- Language: HTML
- Homepage:
- Size: 36 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨ Gallery.io - tiny Django Photo Gallery
A private, Instagram-style photo gallery built with Django.
## Features
- User authentication (Login/Signup)
- Create Albums & Upload Photos
- Automatic image resizing
- Image Carousel
- Cute, sunny theme
## How to Run
1. Clone the repo.
2. Install dependencies: `pip install -r requirements.txt`
3. Run migrations: `python manage.py migrate`
4. Start server: `python manage.py runserver`