A beginners guide to building a Flask API with Prisma
Hello π! In this guide, we will learn how to build an API connected to a database using Prisma.
First, let's create a new virtual environment: python -m venv env and activate it. On windows, you can do .\env\Scripts\activate.
Now, let's install the ...
mihai-andrei.hashnode.dev6 min read