A full-stack web application for storing photos to AWS S3 Bucket.
- Django
- Bootstrap 5
- AWS S3 Backets
git clone https://github.com/placideirandora/photo-album-with-django
virtualenv env && source env/bin/activate
pip3 install -r requirements.txt
python3 manage.py migrate
python3 manage.py createsuperuser
Register for an AWS account and create S3 Bucket and assign a user with corresponding credentials.
Rename the .env.example file to .env and provide the AWS User Credentials
python3 manage.py runserver && navigato to http://localhost:8000 for project && http://localhost:8000/admin for the dashboard
Add some photos and categories