Skip to content

diboma/prisma-demo

Repository files navigation

Data management with Prisma

Description

This demo is based on the project 'Data management with TypeORM' (part of the course Programming 3 at Arteveldehogeschool Gent). It has been refactored to use Prisma

Installation

$ npm install
$ npx prisma
$ npx prisma migrate dev

You should add a .env file containing:

PORT=3000
DATABASE_URL="file:./path-to-sqlite3-database.db"

Running the App

$ npm run start

Authors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published