Adrian's grocery shop is a Django application made as a class requirement in order to learn the framework. It includes a homepage, a products page, and a login/sign up modal.
Logged in as a user, you can add items to your basket and buy them. As an admin, you can view all the users that created an account, their baskets, add/edit/delete products, and see all purchases made on the application.