AFFiNE/packages/backend/server
2024-08-14 08:38:36 +00:00
..
migrations feat: improve prompt management (#7853) 2024-08-14 08:38:36 +00:00
scripts Revert "fix(server): wrong usage of optl (#6714)" 2024-07-19 11:31:01 +08:00
src feat: improve prompt management (#7853) 2024-08-14 08:38:36 +00:00
tests fix(server): change password with token should be public (#7855) 2024-08-14 03:34:35 +00: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 chore: bump base version to 0.16.0 2024-08-09 18:30:07 +08:00
README.md refactor(server): rename @affine/storage to @affine/server-native (#6682) 2024-04-29 02:14:20 +00:00
schema.prisma feat: improve prompt management (#7853) 2024-08-14 08:38:36 +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