Sebastián Ramírez
1 min readOct 18, 2018

--

Yes! Actually, I have something a bit more than a simple template. As of now, I have 2 project generators based on all this.

One (the original) based on PostgreSQL: https://github.com/tiangolo/full-stack

And other based on CouchDB (NoSQL): https://github.com/tiangolo/full-stack-flask-couchdb

And I'm about to make a flavor for Couchbase as I'm going to be using it heavily.

If you check those projects, you can run 2 commands (one to install cookiecutter and one to generate a new project) and it will prompt you for your project name and some details (like the domain to be configured) and it will generate a directory with all the project for you, with all your configurations, based on the full template.

Your own generated project will include a comprehensive README.md generated specifically for your project, that guides you on how to develop the same project. You can follow it and in a couple steps you can have a local full stack up and running, that you can then as easily deploy to the cloud too.

--

--

Sebastián Ramírez
Sebastián Ramírez

Written by Sebastián Ramírez

Creator of FastAPI and Typer. Dev at Exposion AI. APIs, Deep Learning/Machine Learning, full-stack distributed systems, SQL/NoSQL, Python, Docker, JS, TS, etc.

No responses yet