Skip to content

p32929/old_python_flask_mongodb_boilerplate

Repository files navigation

A simple Python-Flask-MongoEngineMate boilerplate made for us by us

Share

Sharing with your friends is just one click away from here

facebook twitter tumblr pocket pinterest reddit linkedin whatsapp

Support

If you like my works and want to support me/my works, feel free to support or donate. My payment details can be found here: https://p32929.github.io/SendMoney2Me/

How to run

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

Thanks