AFFiNE/packages/backend/server
2023-11-25 15:15:44 +00:00
..
migrations feat(server): impl doc history (#5004) 2023-11-22 07:56:59 +00:00
scripts refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
src feat: optional payment for frontend (#5056) 2023-11-25 15:15:44 +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): impl doc history (#5004) 2023-11-22 07:56:59 +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