AFFiNE/packages/backend/server
2024-02-22 11:55:37 +08:00
..
migrations feat: add workspace feature tests (#5501) 2024-01-05 04:13:47 +00:00
scripts refactor(server): reorganize server configs (#5753) 2024-02-02 08:32:07 +00:00
src chore: bump up linter to v7 (major) (#5820) 2024-02-20 04:14:37 +00:00
tests test(server): incorrect prisma overriding (#5857) 2024-02-22 11:55:37 +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 feat(server): allow customize mailer server (#5835) 2024-02-19 14:37:08 +00:00
README.md refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
schema.prisma fix(server): doc upsert without row lock (#5765) 2024-02-01 09:49:02 +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