Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
Build-a-saas-app-with-flask Alternatives
Similar projects and alternatives to build-a-saas-app-with-flask
-
cookiecutter-flask
A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.
-
flask-boilerplate
Flask boilerplate using the application factory with basic authentication. (by onosendi)
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
docker-flask-example
A production ready example Flask app that's using Docker and Docker Compose.
-
microblog
A microblogging web application written in Python and Flask that I developed as part of my Flask Mega-Tutorial series.
-
clean-code-python
:bathtub: Clean Code concepts adapted for Python
-
flask-jwt-extended
An open source Flask extension that provides JWT support (with batteries included)!
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
flask-boilerplate
Boilerplate template for a Python Flask application with Flask-SQLAlchemy, Flask-WTF, Fabric, Coverage, and Bootstrap
-
python-gunicorn-uvicorn
Multiarchitecture Docker Containers for Python using Gunicorn and Uvicorn
-
gunicorn
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
-
-
-
-
-
trio
Trio – a friendly Python library for async concurrency and I/O
-
sciter
Sciter: the Embeddable HTML/CSS/JS engine for modern UI development
-
docker-django-example
A production ready example Django app that's using Docker and Docker Compose.
-
Awesome-Clean-Code-Resources
An awesome curated list of clean code posts, books and videos
-
Platform
Qbix Platform for powering Social Apps (http://qbix.com/platform) (by Qbix)
-
python-uvicorn
Multiarchitecture Docker Containers for Python and Uvicorn
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
build-a-saas-app-with-flask reviews and mentions
-
Django 4.1 Released
Thanks a lot!
By the way the version of the course on Udemy doesn't get updated. The full version of the course is at https://buildasaasappwithflask.com/ which includes lifetime free updates (it has over 10+ hours of extra updates and new features not on the Udemy version). Udemy is a really bad platform for instructors which is why I've been trying hard to decouple myself from them over time.
As for a tutorial on using this repo specifically, did you find the readme file lacking in any way? I tried to write the readme to be fully self contained. It would expect prior Docker knowledge tho. I did give a talk at DockerCon going over a bunch of Docker best practices at https://nickjanetakis.com/blog/best-practices-around-product.... It was using a Flask example repo not Django but everything still applies. The same patterns are used.
-
Bittersweet Symfony: Devs accidentally turn off CSRF protection in PHP framework
Indeed, you can also create a Jinja macro to auto-insert the token into all of your forms too, here's a code example[0]. It's a 100% solved problem both on the Flask back-end and template side with an ability to opt out of it when you need to on the back-end such as accepting webhooks from another service.
[0]: https://github.com/nickjj/build-a-saas-app-with-flask/blob/1...
-
Gunicorn
Gunicorn is one of my favorite app servers. I've been using Gunicorn in production on a bunch of projects (any Flask / Django project) for around 8 years now. It's rock solid and extremely predictable.
I also use Gunicorn in development too, it supports code reloading and also lets you enable Flask's debug middleware so you can use the interactive debugger. This is all configured in my Build a SAAS App with Flask course, a code example is here: https://github.com/nickjj/build-a-saas-app-with-flask.
-
Miguel Grinberg Book/Tutorial
That makes sense. Also do you have any experience with https://buildasaasappwithflask.com/ ?
-
Corey Schafer vs Miguel Grinberg to learn Flask? Any other course recommendations?
Can’t speak to Corey Schafer’s, but I found this course here to be much better than Miguel’s https://buildasaasappwithflask.com/
- The rise of the one-person unicorn
-
Any suggestions on a up to date tutorial series?
There's https://buildasaasappwithflask.com/.
-
A production ready Flask 2.0+ example starter app with Docker Compose / gunicorn / Celery / PostgreSQL / Redis / Webpack / TailwindCSS (JIT compiler enabled)
I've been continuously updating that course at https://buildasaasappwithflask.com/. It uses all of the patterns in the example app linked here. I just updated the course for Flask 2.0 yesterday.
-
Any good tutorials or GitHub repositories for implementing a login system with jwt in flask?
But if you don't mind paid courses there's https://buildasaasappwithflask.com/.
-
A note from our sponsor - SonarQube
www.sonarqube.org | 2 Feb 2023
Stats
nickjj/build-a-saas-app-with-flask is an open source project licensed under MIT License which is an OSI approved license.
Popular Comparisons
- build-a-saas-app-with-flask VS cookiecutter-flask
- build-a-saas-app-with-flask VS flask-boilerplate
- build-a-saas-app-with-flask VS docker-flask-example
- build-a-saas-app-with-flask VS hypercorn
- build-a-saas-app-with-flask VS microblog
- build-a-saas-app-with-flask VS clean-code-python
- build-a-saas-app-with-flask VS flask-boilerplate
- build-a-saas-app-with-flask VS flask-jwt-extended
- build-a-saas-app-with-flask VS python-gunicorn-uvicorn
- build-a-saas-app-with-flask VS glauth-ui