A child-friendly web application that lets kids create and personalize their wishlists for special occasions like birthdays, Christmas, and other events!
- 🎨 Customizable themes and colorful interface
- 📝 Easy wishlist creation and management
- 👨👩👧👦 Parent-friendly controls
- 🔗 Secure wishlist sharing
- 🎯 Smart purchase tracking
- 🌈 Multiple occasion support
- Create a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Set up environment variables:
Create a
.env
file with:
FLASK_APP=app.py
FLASK_ENV=development
SECRET_KEY=your-secret-key
- Initialize the database:
flask db upgrade
- Run the application:
flask run
Visit http://localhost:5000
in your web browser to start using the application!
This application is designed with children's safety in mind. Parents can monitor and manage their children's wishlists, and sharing is controlled through secure links.