This is a DEMO app server for [KIN Blckchain Network
][man].
We use this app to show the following item:
- Use SDK to interact with KIN Blockchain
- Use KRE
- Integrity with Mobile APP
- GraphQL
- TypeScript
- [Prisma](https://www.prisma.io/]
# 1. Clone the project
`git clone [email protected]:abuiles/kingdom.git`
# 2. Navigate to the project
cd kingdom
# 3. Start server (runs on http://localhost:4000) and open GraphQL Playground
yarn dev
yarn start
starts GraphQL server onhttp://localhost:4000
yarn dev
starts GraphQL server onhttp://localhost:4000
and opens GraphQL Playgroundyarn playground
opens the GraphQL Playground for theprojects
from.graphqlconfig.yml
yarn prisma <subcommand>
gives access to local version of Prisma CLI (e.g.yarn prisma deploy
)
Note: We recommend that you're using
yarn dev
during development as it will give you access to the GraphQL API or your server (defined by the application schema) as well as to the Prisma API directly (defined by the Prisma database schema). If you're starting the server withyarn start
, you'll only be able to access the API of the application schema.
# 1. Run prisma deploy
yarn prisma deploy