Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Latest commit

 

History

History
43 lines (30 loc) · 1.03 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.03 KB

BOTBLE-GRAPHQL

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

screenshots

Prerequisites

Getting started

Only for development environnement

$ yarn install
$ yarn dev

Build Docker image

$ docker build --build-arg APP_VERSION=0.0.1 -t nghiepit/botble-graphql:0.0.1 .

Deploy Docker

$ docker run --restart=unless-stopped -p 4000:4000 -d nghiepit/botble-graphql

License

MIT © Nghiep