Stripe Test Task

Welcome! The application is running successfully.

Next Steps:

  1. Apply database migrations:
    make docker-migrate (or make migrate locally)
  2. Create a superuser for admin access:
    make docker-createsuperuser (or make createsuperuser locally)
  3. Go to the Admin Panel to create Items.
  4. After creating an item (e.g., ID=1), visit its page:
    /item/1 (replace 1 with the actual ID).
Note: Ensure your test Stripe keys are configured in the .env file.