An open API service indexing awesome lists of open source software.

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

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`