AFFiNE/packages/backend/server
LongYinan 237722f7f9
feat: support self-host docker build (#5506)
Test command: `docker compose -f ./.github/deployment/self-host/compose.yaml up`
2024-01-10 08:35:21 +00:00
..
migrations feat: add workspace feature tests (#5501) 2024-01-05 04:13:47 +00:00
scripts feat: integrate new modules (#5087) 2023-12-14 09:50:46 +00:00
src feat: support self-host docker build (#5506) 2024-01-10 08:35:21 +00:00
tests feat: add unlimited workspace support (#5523) 2024-01-10 07:28:53 +00:00
.env.example feat(core): payment backend 2023-10-24 11:40:44 +08: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: support self-host docker build (#5506) 2024-01-10 08:35:21 +00:00
README.md refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
schema.prisma feat: add workspace feature tests (#5501) 2024-01-05 04:13:47 +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