Playing with PRISMA
- Install the prisma cli
$ npm i -g prisma
- Get a local prisma server
See the docker-compose.yml file
- Create a prisma configuration file
See the prisma.yml file
- Create a datamodel file
See the datamodel.graphql
- Run prisma server
$ docker-compose up prisma
- Deploy to prisma
$ prisma deploy
- Test some graphql queries
Connect the prisma graphql playground in http://localhost:4466 and get impressed
TODO xD