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

nghiepdev/botble-graphql-next

Repository files navigation

BOTBLE-GRAPHQL-NEXT

The migration for Botble from CMS(Laravel) to GraphQL + Next.js
https://graphql-next.toiyeulaptrinh.com

Vide demo

Prerequisites

Getting started

The first you need clone the .env.example to .env file and overwrite your environments.

Check the APIs document https://github.com/nghiepdev/botble-graphql

Only for development environnement

$ yarn install
$ yarn dev

Build Docker image

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

Deploy Docker

$ docker run --restart=unless-stopped -p 3000:3000 -d nghiepdev/botble-graphql-next

Style guides and rules

Tech stack

License

MIT