AFFiNE/packages/backend/server
doodlewind ba325a6040
chore: update env example (#8909)
This aligns better with the postgres config in [server development guide](https://github.com/toeverything/AFFiNE/blob/canary/docs/developing-server.md).
2024-11-26 10:17:16 +00:00
..
migrations feat(native): split package (#8853) 2024-11-18 13:18:16 +00:00
scripts Revert "fix(server): wrong usage of optl (#6714)" 2024-07-19 11:31:01 +08:00
src chore: upgrade oxlint to v0.13.2 (#8891) 2024-11-26 17:56:35 +08:00
tests feat(server): make copilot test faster (#8806) 2024-11-14 04:24:28 +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 feat(server): make copilot test faster (#8806) 2024-11-14 04:24:28 +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(server): support onetime payment subscription (#8369) 2024-10-10 10:12:40 +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