prisma-sqlite-example icon indicating copy to clipboard operation
prisma-sqlite-example copied to clipboard

Prisma JS with SQLite

This repository is part of the "Build and Manage your next Node.Js Database using Prisma" freeCodeCamp article.

Requirements to build the project

  • Node.js (12.2 or higher)

Build and run the project

Run the database migrations:

$ npx prisma migrate dev

Run the project:

$ npm run dev