PouchWebApp is the official web application for Pouch, a digital loyalty and rewards platform built with Django. It provides a seamless way for restaurants to manage reward programs and for customers to track and redeem their rewards.
PouchWebApp acts as the central hub for the Pouch ecosystem:
-
For Customers
- Create accounts and securely log in.
- View progress toward rewards and redeem them at participating restaurants.
- Access a clean, mobile-friendly interface designed for convenience.
-
For Restaurants
- Set up and customize loyalty programs.
- Manage participating customers and reward redemptions.
- Gain insights into customer behavior through simple analytics tools.
- Django-powered backend for reliability and scalability
- User authentication and secure session handling
- Rewards logic baked into the application flow
- Mobile-responsive web interface
- Simple integration with restaurant operations
To run the development server after installing dependencies:
python manage.py runserver