AFFiNE/packages/backend/server
2023-10-24 20:18:21 +08:00
..
migrations refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
scripts refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
src fix(server): captcha guard (#4673) 2023-10-20 08:54:08 +00:00
tests refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
.env.example refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
.gitignore refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
LICENSE refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
package.json v0.10.0-canary.3 2023-10-24 20:18:21 +08:00
README.md refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
schema.prisma build: fix native module in aarch64 docker image (#4656) 2023-10-19 08:59:02 +00:00
tsconfig.json refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
tsconfig.node.json refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00

Server

Get started

Install dependencies

yarn

Build Native binding

yarn workspace @affine/storage build

Run server

yarn dev

now you can access the server GraphQL endpoint at http://localhost:3000/graphql