This is a starter project for a Nuxt 3 application with JWT Auth and Prisma configured to use an SQLite Database but Prisma can also be configured to work with other databases like SQL, SQLite, MSSQL, PostgreSQL, MySQL, MongoDB and CockroachDB
This article provides instructions for setting up and installing a project. It covers creating an environmental file, installing node dependencies, running a Prisma migration, starting the Nuxt server, and registering and logging in to an account. It also explains the use of different database sources and how to change the expiry time for the JWT Token.
npm i.npx prisma migrate dev --name init to run the Prisma migration.npm run dev.To install and set up the project, follow the steps below:
.env and place it in the root folder of your project.npm i
npx prisma migrate dev --name init
npm run dev
This article provides a step-by-step guide to install and set up a project. It covers creating an environmental file, installing node dependencies, running a Prisma migration, starting the Nuxt server, and registering and logging in to an account. The article also mentions the support for different database sources and how to change the expiry time for the JWT Token.