Skip to content

krishvsoni/flask-wiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Wiz: Simplified Flask Setup

Flask-Wiz is a setup library for Flask that simplifies the process of starting a new Flask project. It provides a boilerplate setup for Flask applications, including database integration and directory structure for templates and static files.

Key Features:

  • Flask Boilerplate: Get started quickly with a clean and minimal Flask app structure.
  • Database Setup: Choose from popular databases including MongoDB, SQLite, MySQL, and PostgreSQL for seamless integration with your Flask application.
  • Directory Structure: Automatically create directories for templates and static files, making it easy to organize your project assets.

How to Use:

  1. Installation: Install Flask-Wiz using pip:

pip install flask-wiz

  1. Create a New Flask Project: Use the following command to create a new Flask project with Flask-Wiz:
flask-wiz new
  1. Follow the Prompts: Flask-Wiz will guide you through the setup process, including selecting your desired database and configuring directory structure.

  2. Start Developing: Once the setup is complete, you're ready to start developing your Flask application!

Flask-Wiz simplifies the setup process for Flask projects, allowing you to focus on building your application without worrying about initial configuration.

Need More Assistance