https://github.com/skorotkiewicz/eyenotealeph
Fullstack with AlephJS, Prisma, GraphQL and Zustand
https://github.com/skorotkiewicz/eyenotealeph
Last synced: 2 months ago
JSON representation
Fullstack with AlephJS, Prisma, GraphQL and Zustand
- Host: GitHub
- URL: https://github.com/skorotkiewicz/eyenotealeph
- Owner: skorotkiewicz
- Created: 2023-05-12T12:15:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T18:43:17.000Z (about 2 years ago)
- Last Synced: 2025-01-31T12:34:45.192Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EyeNote - AlephJS
## WIP
```sh
deno task dev
deno task build
```## Prisma Database
1. Rename `dotenv` to `.env` and fill with your data.
Your need a postgres DB and proxy from cloud.prisma.io.2. `deno task prisma:push` run with your DB
3. Then run `deno task prisma:generate`
4. `deno task prisma:generate` run with Proxy DB```sh
deno task prisma:init # (optional)
deno task prisma:push
deno task prisma:generate
```