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

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

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
```