AFFiNE/apps/server
2023-10-12 15:21:07 +08:00
..
migrations refactor(server): deprecate unstable redis manager (#4567) 2023-10-10 03:23:12 +00:00
scripts test: email sending e2e (#4130) 2023-09-02 18:13:59 +00:00
src refactor(server): deprecate unstable redis manager (#4567) 2023-10-10 03:23:12 +00:00
tests chore: prohibit unnecessary await (#4586) 2023-10-12 05:04:58 +00:00
.env.example test: email sending e2e (#4130) 2023-09-02 18:13:59 +00:00
.gitignore chore(server): commit server generated gql file to prevent build fail (#2835) 2023-06-21 07:22:47 +00:00
LICENSE feat!: affine cloud support (#3813) 2023-08-29 05:07:05 -05:00
package.json 0.10.0-canary.0 2023-10-12 15:21:07 +08:00
README.md feat(storage): binding jwst storage to node (#2808) 2023-06-29 01:45:45 +00:00
schema.prisma refactor(server): deprecate unstable redis manager (#4567) 2023-10-10 03:23:12 +00:00
tsconfig.json ci: speedup ci by reduce installation packages in certain job (#4457) 2023-09-29 03:02:26 +00:00
tsconfig.node.json chore: fix tsconfig (#4389) 2023-09-16 14:40:33 -07: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