https://github.com/usulpro/prisma-hello
https://github.com/usulpro/prisma-hello
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/usulpro/prisma-hello
- Owner: usulpro
- Created: 2018-09-26T20:29:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T20:32:09.000Z (almost 8 years ago)
- Last Synced: 2025-02-06T07:12:11.051Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Test Hello-Prisma
1. `npm install -g prisma@beta`
2. `docker-compose up -d`
3. `npm run deploy`
4. `npm start`
Clean: open http://localhost:4466
```graphql
mutation del {
deleteManyUsers {
count
}
}
```