From 5110361e44db5ef6fc6b02873db20921186742c6 Mon Sep 17 00:00:00 2001 From: Marcus Almeida Date: Sat, 18 Nov 2023 04:06:33 -0300 Subject: [PATCH 1/2] Remove Flask-VueJS because has been archived --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e4596da..2fe5321 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,6 @@ Compute: - [uwsgi-nginx-flask-docker](https://github.com/tiangolo/uwsgi-nginx-flask-docker) - Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. - [React-Redux-Flask](https://github.com/dternyak/React-Redux-Flask) - Boilerplate application for a Flask JWT Backend and a React/Redux Front-End with Material UI. - [Flask-Scaffold](https://github.com/Leo-G/Flask-Scaffold) - Prototype Database driven Web apps in Angular 6, Bootstrap 4 and REST API's with Flask. -- [Flask-VueJS](https://github.com/marcuxyz/flask-vuejs) - Connect Flask application with VueJS. ### Open Source Projects From 6712b4c624d524e942881fa8f2f75f78fb482ac8 Mon Sep 17 00:00:00 2001 From: Marcus Almeida Date: Sat, 18 Nov 2023 04:14:43 -0300 Subject: [PATCH 2/2] Add architecture section and mvc-flask repository --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2fe5321..c75e1ce 100644 --- a/README.md +++ b/README.md @@ -330,6 +330,10 @@ Compute: ## Projects +### Architecture + +- [MVC Flask](https://github.com/marcuxyz/mvc-flask) - You can use the mvc pattern in your flask application using this extension. + ### Boilerplates - [cookiecutter-flask](https://github.com/cookiecutter-flask/cookiecutter-flask) - With Bootstrap 4, asset bundling annd minification with webpack, starter templates, and registration/authentication.