Run following commands
- docker-compose up -d
- docker container exec -it hex_images__web python manage.py create_test_users
- username: hex_basic password: hex_basic_2023
- username: hex_premium password: hex_premium_2023
- username: hex_enterprise password: hex_enterprise_2023
Please login to admin site before using these endpoints
- http://localhost:8000/api/photos
- http://localhost:8000/api/photos/
- http://localhost:8000/api/expiring_link_view/str:signed_link/
- http://localhost:8000/api/expiring_links
- http://localhost:8000/api/expiring_links/
- http://localhost:8000/api/thumbnail_photos
- http://localhost:8000/media/
- docker container exec -it hex_images__web python manage.py test --settings=hex_images.settings.testing
93%
It took about 28 hours to finish the project