From d2bc771937b3e2508cc93ecc580c1acc3cf142c1 Mon Sep 17 00:00:00 2001 From: Marcus Almeida Date: Fri, 8 Dec 2023 12:10:48 -0300 Subject: [PATCH] Remove and add section (#29) * Remove Flask-VueJS because has been archived * Add architecture section and mvc-flask repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4596da..d835d19 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ 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. +- [MVC Flask](https://github.com/marcuxyz/mvc-flask) - You can use the mvc pattern in your flask application using this extension. ### Open Source Projects