Computing Curiosity

Computing Curiosity

Follow
homeAPIs using FlaskSupport Menewsletter
Series

Flask API - Dev to Deployment

In this series, I cover creating an API using Python Flask right from scratch, connecting it to a database and later deploying it.

Articles in this series

Creating a REST API using Python Flask

Nov 20, 2021434 views

Initially as a developer, I always thought there are only two aspects of a full stack application, you have the frontend, you straight up connect it...

Creating a REST API using Python Flask

Connecting a Flask App to Supabase

Nov 25, 20213.0K views

Welcome to Part 2 of the Flask Series. If you have been following along, you'd have a simple API in Flask which returns your favorite games. If you...

Connecting a Flask App to Supabase

Deploying a Flask Application to Heroku

Nov 27, 2021259 views

Welcome to Part 3 of the Python Flask API Series. I'm really glad you've made it till here. If you have followed along so far, you will have a...

Deploying a Flask Application to Heroku