Focus on deploying a simple Flask Application into Heroku, interacting with PostgreSQL and Troubleshooting

Focus on the backend, without frontend and authentication

Annie Wang
Towards Data Science
7 min readMar 16, 2021

--

Flask is the tool that can be used to create API server. It is a micro-framework, which means that its core functionality is kept simple, but there are numerous extensions to allow developers to add other functionality (such as authentication and database support).

--

--