Back
Avi Ihej
Load previous page…
prismaBindings are connecting the node.js application, make queries from the local server
#cannaboard
configure prisma-bindings to read and write from to the server itself: npm install prisma-binding@latest #backend
#cannaboard
add prisma.js file to src foolder in prisma-server folder: (where we store everything required to connect our node.js to the prisma graphqlQl API)
#cannaboard
set up babel so that the latest ES6 features can be used... imports and exports from node
#cannaboard