AFFiNE/packages/backend/server
2023-11-28 05:54:42 +00:00
..
migrations feat(server): add soft deleted flag to optimized blob table (#5058) 2023-11-27 07:06:31 +00:00
scripts refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
src fix(server): wrong OTEL config (#5084) 2023-11-28 05:54:42 +00:00
tests refactor(server): standarderlize metrics and trace with OTEL (#5054) 2023-11-24 15:19:22 +00:00
.env.example feat(core): payment backend 2023-10-24 11:40:44 +08: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 refactor(server): standarderlize metrics and trace with OTEL (#5054) 2023-11-24 15:19:22 +00:00
README.md refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
schema.prisma feat(server): add soft deleted flag to optimized blob table (#5058) 2023-11-27 07:06:31 +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