Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scarryaa/prisma-example

An example prisma on nixos
https://github.com/scarryaa/prisma-example

Last synced: about 2 months ago
JSON representation

An example prisma on nixos

Awesome Lists containing this project

README

        

# STEPS
1. Create .envrc with content 'use flake' and 'export DATABASE_URL="postgresql://username:password@localhost:5432/db?schema=public"'
2. Run "prisma generate"
3. run 'pnpm start'