AFFiNE/packages/backend/server
2024-12-11 17:59:59 +08:00
..
migrations feat(nbstore): add cloud implementation (#8810) 2024-12-10 10:48:27 +00:00
scripts refactor(server): better selfhost deployment (#9036) 2024-12-06 01:37:27 +00:00
src fix(server): should drop blob steam if not used (#9103) 2024-12-11 17:59:59 +08:00
tests feat(nbstore): add cloud implementation (#8810) 2024-12-10 10:48:27 +00:00
.dockerignore refactor(server): better selfhost deployment (#9036) 2024-12-06 01:37:27 +00:00
.env.example chore: update env example (#8909) 2024-11-26 10:17:16 +00:00
.gitignore fix(server): redirect to setup page if not initialized (#7875) 2024-08-14 21:02:16 +08:00
LICENSE refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
package.json chore(server): local data migration env (#9080) 2024-12-10 03:42:59 +00:00
README.md refactor(server): rename @affine/storage to @affine/server-native (#6682) 2024-04-29 02:14:20 +00:00
schema.prisma feat(nbstore): add cloud implementation (#8810) 2024-12-10 10:48:27 +00:00
tsconfig.json refactor(server): rename @affine/storage to @affine/server-native (#6682) 2024-04-29 02:14:20 +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/server-native build

Run server

yarn dev

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