Skip to content

ondiekelijah/Exploring-Flask_SQLAlchemy-Queries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploring Flask-SQLAlchemy often used Queries

1 .Set Up a directory and Create a virtual environment 📌

Windows

git clone https://github.com/Dev-Elie/Exploring-Flask_SQLAlchemy-Queries.git
cd Exploring-Flask_SQLAlchemy-Queries
py -3 -m venv venv

macOS/Linux

git clone https://github.com/Dev-Elie/Exploring-Flask_SQLAlchemy-Queries.git
cd Exploring-Flask_SQLAlchemy-Queries
python3 -m venv venv

2 .Activate the environment 📌

Windows

venv\Scripts\activate

macOS/Linux

. venv/bin/activate or source venv/bin/activate

3 .Install Flask-SQLAlchemy 📌

Applies for windows/macOS/Linux

pip install Flask-SQLAlchemy

4. Execute python script to create a simple database 📌

For linux and macOS

python create.py

Open a python shell on your machine and proceed with the exploring queries in the article


Happy Learning 👍

dev_elie

About

Exploring Flask-SQLAlchemy often used Queries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages