AFFiNE/packages/backend/server
2024-07-18 11:08:47 +08:00
..
migrations feat: add prompt level config (#7445) 2024-07-08 08:11:22 +00:00
scripts fix(server): wrong usage of optl (#6714) 2024-07-17 08:17:14 +00:00
src feat: allow sort and filter forked session (#7519) 2024-07-18 11:08:47 +08:00
tests feat: allow sort and filter forked session (#7519) 2024-07-18 11:08:47 +08:00
.env.example fix: improve self-host convenience (#5582) 2024-01-15 09:24:53 +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 fix(server): wrong usage of optl (#6714) 2024-07-17 08:17:14 +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: add prompt level config (#7445) 2024-07-08 08:11:22 +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