prisma-appsync
⚡ Turns your ◭ Prisma Schema into a fully-featured GraphQL API, tailored for AWS AppSync.
File Explorer
Download Latest Version (.zip)- unit-tests.yml
- FUNDING.yml
- extensions.json
- settings.json
- _pkg.core.cleanse.js
- _pkg.core.restore.js
- _pkg.installer.cleanse.js
- build.mjs
- cleans.mjs
- dev.mjs
- env.mjs
- postinstall.mjs
- publish.mjs
- test.mjs
- vars.css
- index.ts
- Layout.vue
- config.ts
- 1.0.0-rc.1.md
- 1.0.0-rc.2.md
- 1.0.0-rc.3.md
- 1.0.0-rc.4.md
- 1.0.0-rc.5.md
- 1.0.0-rc.6.md
- 1.0.0-rc.7.md
- 1.0.0.md
- index.md
- gql-schema.md
- hooks.md
- resolvers.md
- hooks-autocompletion.png
- kuizto-banner.png
- kuizto-logo.jpg
- kuizto-square.png
- travistravis-logo.jpg
- logo.png
- logo.svg
- deploy.md
- getting-started.md
- installation.md
- usage.md
- appsync-authz.md
- query-depth.md
- rate-limiter.md
- shield-acl.md
- xss-sanitizer.md
- appsync-gql-schema-diff.md
- contributing.md
- index.md
- prisma-appsync-diagram.png
- support.md
- appsync.ts
- index.ts
- package.json
- tsconfig.json
- yarn.lock
- sqlite.prisma
- server.ts
- cdk.json
- handler.ts
- tsconfig.json
- adapter.ts
- consts.ts
- core.ts
- guard.ts
- index.ts
- inspector.ts
- resolver.ts
- types.ts
- utils.ts
- package.json
- tsconfig.json
- client.ts
- directives.ts
- generator.ts
- handler.ts
- index.ts
- resolvers.ts
- schema.ts
- package.json
- tsconfig.json
- index.ts
- installer.ts
- package.json
- tsconfig.json
- appsync-simulator.ts
- index.d.ts
- index.ts
- lambdaRequest.vtl
- lambdaResponse.vtl
- package.json
- tsconfig.json
- graphql-json.ts
- lambda-event.ts
- lambda-identity.ts
- index.ts
- adapter.test.ts
- core.test.ts
- guard.test.ts
- resolver.test.ts
- utils.test.ts
- appsync-directives.gql
- appsync-scalars.gql
- adapter.d.ts
- consts.d.ts
- core.d.ts
- guard.d.ts
- index.d.ts
- index.js
- inspector.d.ts
- resolver.d.ts
- types.d.ts
- utils.d.ts
- resolvers.yaml
- schema.gql
- adapter.d.ts
- consts.d.ts
- core.d.ts
- guard.d.ts
- index.d.ts
- index.js
- inspector.d.ts
- resolver.d.ts
- types.d.ts
- utils.d.ts
- resolvers.yaml
- schema.gql
- @gql.prisma
- crud.gql
- crud.prisma
- @gql.test.ts
- crud.test.ts
- .all-contributorsrc
- .eslintrc
- .gitignore
- .markdownlint.json
- .npmignore
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE.txt
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- prisma-appsync-logo.png
- README.md
- tsconfig.json
- vite.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/maoosi/prisma-appsync
Downloads the entire project code from GitHub to your computer.
cd prisma-appsync
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
