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
$ 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"
$ npm run start
- Tim De Paepe @timdpaep
- Frederick Roegiers @rogerthat-be
- Refactored by me