Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scarryaa/prisma-example
- Owner: scarryaa
- Created: 2024-04-02T13:38:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T17:44:42.000Z (10 months ago)
- Last Synced: 2024-04-03T18:48:45.508Z (10 months ago)
- Language: Nix
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'