Skip to content

junaaid96/CRUD_example_using_Python-Flask

Repository files navigation

Windows:

python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt

Linux/Mac:

python -m venv venv
source venv\Scripts\activate
pip install -r requirements.txt

Now run/execute the waitress_server.py file:

python waitress_server.py

Credit: Thanks to Megamind Bhai from RichIT for the boilerplate.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published