The migration for Botble from Rest(Laravel) to GraphQL
GraphQL Playground: https://botble-graphql.toiyeulaptrinh.com
Frontend repo: https://github.com/nghiepit/botble-graphql-next
Only for development environnement
$ yarn install
$ yarn dev
$ docker build --build-arg APP_VERSION=0.0.1 -t nghiepit/botble-graphql:0.0.1 .
$ docker run --restart=unless-stopped -p 4000:4000 -d nghiepit/botble-graphql
MIT © Nghiep