8000 GitHub - antonio59/wishlistly
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

antonio59/wishlistly

Repository files navigation

Wishlistly 🎁

A child-friendly web application that lets kids create and personalize their wishlists for special occasions like birthdays, Christmas, and other events!

Features

  • 🎨 Customizable themes and colorful interface
  • 📝 Easy wishlist creation and management
  • 👨‍👩‍👧‍👦 Parent-friendly controls
  • 🔗 Secure wishlist sharing
  • 🎯 Smart purchase tracking
  • 🌈 Multiple occasion support

Setup

  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Set up environment variables: Create a .env file with:
FLASK_APP=app.py
FLASK_ENV=development
SECRET_KEY=your-secret-key
  1. Initialize the database:
flask db upgrade
  1. Run the application:
flask run

Visit http://localhost:5000 in your web browser to start using the application!

Security Note

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0