A simple python_flask_blueprint_mongoenginemate_boilerplate made for us by us
The folder structure is greatly inspired by NestJS / Angular (2+) / Spring boot etc
Sharing with your friends is just one click away from here
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/
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 main.py
file:
python main.py
python generator.py
python -m pytest
A simple python_flask_blueprint_mongoenginemate_boilerplate made for us by us
The folder structure is greatly inspired by NestJS / Angular (2+) / Spring boot etc
Sharing with your friends is just one click away from here
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/
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 main.py
file:
python main.py
python generator.py
python -m pytest
- The db queries are like https://mongoosejs.com/ but snake_cased. Example:
UserSchema.col().any_mongoose_function()
-
API validations are done using: https://pypi.org/project/Flask-Pydantic-Docs/ ( For pydantic notations, see this too: https://pypi.org/project/Flask-Pydantic/ )
-
It follows the folder structure of https://nestjs.com/