Skip to main content

A Flask auto importer that allows your Flask apps to grow big.

Project description

Flask-BigApp

🚨PROJECT HAS MOVED TO Flask-Imp🚨

https://github.com/CheeseCake87/flask-imp


Do you have an idea for a flask extension and want to use the name Flask-BigApp?

Contact me and we can discuss it.

(The name is up for grabs on the condition that your Flask extension is transferred to the Pallets-Ecosystem)


What is Flask-BigApp?

Flask-BigApp's main purpose is to help simplify the importing of blueprints, resources and models. It has a few extra features built in to help with securing pages and password authentication.

Getting Started

Setup.

Create a new project folder and navigate to it.

# Linux
cd /path/to/project-folder

# Windows
cd C:\path	o\project-folder

Create a virtual environment and activate it.

Linux / MacOS

python3 -m venv venv
source venv/bin/activate

Windows

python -m venv venv
.env\Scriptsctivate

Install Flask-BigApp

pip install flask-bigapp

Create a new project.

flask-bigapp init

Working on this project.

Setup.

Create a new project folder and navigate to it in the terminal, then clone this repository.

git clone https://github.com/CheeseCake87/Flask-BigApp.git

Create a virtual environment and activate it.

Linux / MacOS

python3 -m venv venv
source venv/bin/activate

Windows

python -m venv venv
.env\Scriptsctivate

Install the requirements.

pip install -r requirements.txt
pip install -r requirements_dev.txt

Install the local version of Flask-BigApp.

pip install -e .

Run the Flask app.

Flask run

Run the tests.

pytest

Info

The Flask app is located in the app folder. The tests are located in the tests folder.

The tests are linked to the tests blueprint located at app/blueprints/tests.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page