FullStack App Boilerplate Development with Flask (Python), React and Postgres
I followed several tutorials and documents to develop this boilerplate app, which I've linked in the "useful links" section at the bottom of this article.
Did you know that you can execute functions inside a docker container from the command line? I was today years old when I learned that.
docker-compose exec app python manage.py create_db
Useful links: Scraping Google Search Results Dockerizing Flask with Postgres, Gunicorn, and Nginx Flask RESTful docs