AFFiNE/apps/server
dependabot[bot] 11f6273a3a
chore: bump nodemon from 2.0.22 to 3.0.1 (#3657)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-10 14:51:20 +00:00
..
migrations feat(storage): binding jwst storage to node (#2808) 2023-06-29 01:45:45 +00:00
scripts test(server): watch mode (#2893) 2023-06-28 10:00:06 +00:00
src style: add no-misused-promises rule (#3547) 2023-08-04 08:08:10 +00:00
.env.example feat: update server login feature (#3004) 2023-07-05 03:13:20 +00:00
.gitignore chore(server): commit server generated gql file to prevent build fail (#2835) 2023-06-21 07:22:47 +00:00
package.json chore: bump nodemon from 2.0.22 to 3.0.1 (#3657) 2023-08-10 14:51:20 +00:00
README.md feat(storage): binding jwst storage to node (#2808) 2023-06-29 01:45:45 +00:00
schema.prisma build: affine Node.js server charts (#2895) 2023-06-29 14:02:46 +00:00
tsconfig.json feat(storage): binding jwst storage to node (#2808) 2023-06-29 01:45:45 +00: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