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 ...





