Preetam Raj
Next.JS can be used as fullstack application and it is obvious that a full-stack application must use database. In this blog we will see how we can set up postgresql with Prisma in Next.JS application.
Preetam Raj
Configure NextJS before starting the project for seamless building process.
Preetam Raj
A virtual environment is a self-contained directory or folder in which you can install and manage packages, libraries, and dependencies for a specific project or application.