A beginners guide to building a Flask API with Prisma
Jul 1, 2022 路 6 min read 路 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 ...
Join discussion



