AFFiNE/apps/server
dependabot[bot] 9fe9efe465
chore: bump nestjs-throttler-storage-redis from 0.3.3 to 0.4.0 (#4299)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-12 03:36:21 +00:00
..
migrations refactor(server): rate limit and permission (#4198) 2023-09-07 14:32:41 -07:00
scripts test: email sending e2e (#4130) 2023-09-02 18:13:59 +00:00
src test: always exec afterEach in ava test (#4303) 2023-09-11 09:30:39 +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 chore: bump nestjs-throttler-storage-redis from 0.3.3 to 0.4.0 (#4299) 2023-09-12 03:36:21 +00:00
README.md feat(storage): binding jwst storage to node (#2808) 2023-06-29 01:45:45 +00:00
schema.prisma refactor(server): rate limit and permission (#4198) 2023-09-07 14:32:41 -07:00
tsconfig.json feat!: affine cloud support (#3813) 2023-08-29 05:07:05 -05:00
tsconfig.node.json chore: bump typescript to 5.1.3 (#2735) 2023-06-09 11:42:54 +08: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