https://github.com/p32929/old_python_flask_mongodb_boilerplate
A Python3 + Flask + MongoDB ( Mongoenginemate ) boilerplate
https://github.com/p32929/old_python_flask_mongodb_boilerplate
boilerplate boilerplate-template env flask flask-api flask-restful jwt jwt-authentication mongodb mongoenginemate python python-3 python3 waitress
Last synced: 9 months ago
JSON representation
A Python3 + Flask + MongoDB ( Mongoenginemate ) boilerplate
- Host: GitHub
- URL: https://github.com/p32929/old_python_flask_mongodb_boilerplate
- Owner: p32929
- Created: 2022-02-28T15:24:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T10:47:53.000Z (about 4 years ago)
- Last Synced: 2025-02-25T00:36:37.277Z (over 1 year ago)
- Topics: boilerplate, boilerplate-template, env, flask, flask-api, flask-restful, jwt, jwt-authentication, mongodb, mongoenginemate, python, python-3, python3, waitress
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple Python-Flask-MongoEngineMate boilerplate made for us by us
[]() []() []() []() []() []() []() []() []() []() []() []() []() []() []() []() []() []() []() []() []() []() []() []()
## Share
Sharing with your friends is just one click away from here
[](https://www.facebook.com/sharer/sharer.php?u=https://github.com/p32929/python_flask_mongodb_boilerplate)
[](https://twitter.com/intent/tweet?source=https://github.com/p32929/python_flask_mongodb_boilerplate)
[](https://www.tumblr.com/share?v=3&u=https://github.com/p32929/python_flask_mongodb_boilerplate)
[](https://getpocket.com/save?url=https://github.com/p32929/python_flask_mongodb_boilerplate)
[](https://pinterest.com/pin/create/button/?url=https://github.com/p32929/python_flask_mongodb_boilerplate)
[](https://www.reddit.com/submit?url=https://github.com/p32929/python_flask_mongodb_boilerplate)
[](https://www.linkedin.com/shareArticle?mini=true&url=https://github.com/p32929/python_flask_mongodb_boilerplate)
[](https://api.whatsapp.com/send?text=https://github.com/p32929/python_flask_mongodb_boilerplate)
## 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