Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.04 KB

Setup

Run following commands

  • docker-compose up -d
  • docker container exec -it hex_images__web python manage.py create_test_users

Admin Url

Available users to login to admin site

  • username: hex_basic password: hex_basic_2023
  • username: hex_premium password: hex_premium_2023
  • username: hex_enterprise password: hex_enterprise_2023

Available endpoints to use

Please login to admin site before using these endpoints

Testing command

  • docker container exec -it hex_images__web python manage.py test --settings=hex_images.settings.testing

Code Coverage

93%

Time to finish

It took about 28 hours to finish the project