AFFiNE/packages/backend/server
2024-03-19 02:05:56 +00:00
..
migrations fix(server): user can not signup through oauth if ever invited (#6101) 2024-03-13 07:50:11 +00:00
scripts refactor(server): auth (#5895) 2024-03-12 10:00:09 +00:00
src chore(server): organize server configs (#6169) 2024-03-19 02:05:56 +00:00
tests Revert "fix(server): wrap read-modify-write apis with distributed lock (#5979)" 2024-03-15 16:55:48 +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 chore: bump up get-stream version to v9 (#6139) 2024-03-18 03:08:03 +00:00
README.md refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
schema.prisma fix(server): user can not signup through oauth if ever invited (#6101) 2024-03-13 07:50:11 +00:00
tsconfig.json Revert "fix(server): wrap read-modify-write apis with distributed lock (#5979)" 2024-03-15 16:55:48 +08: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