Web App

Quickly generate full stack app with Full Stack FastAPI and PostgreSQL

Recently, I came over the repository https://github.com/tiangolo/full-stack-fastapi-postgresql in github and found it quite interesting. I would like to share it to you guys.

Donald Le
Jan 15, 2021

--

Photo by Quino Al on Unsplash

Nowadays, almost all of the things we would like to share, or analyze can be represented via web app. So the ability to quickly generate web application is sometimes vital. Full Stack Fastapi postgresql repository from github can give us that ability. All you need to do is:

Install cookiecutter in Python environment

pip install cookiecutter

Then checkout the github repository

cookiecutter https://github.com/tiangolo/full-stack-fastapi-postgresql

then cd to the project

cd donaldThing

Deployment

Using docker-compose to deploy

docker-compose up -d

To access the document page, simply visit localhost:doc.

Happy coding guys~~~

--

--

Donald Le
Donald Le

Written by Donald Le

A passionate automation engineer who strongly believes in “A man can do anything he wants if he puts in the work”.

No responses yet