A beginners guide to building a Flask API with PrismaHello 馃憢! 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 ...Jul 1, 2022路6 min read
Nuxt3 + Express APICreate a Nuxt3 Application with an Express API in 3 easy steps.Dec 15, 2021路2 min read