bacnd / botble-graphql-next

The migration for Botble from CMS(Laravel) to GraphQL + Next.js

Home Page:https://graphql-next.toiyeulaptrinh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BOTBLE-GRAPHQL-NEXT

https://graphql-next.toiyeulaptrinh.com

The migration for Botble from CMS(Laravel) to GraphQL + Next.js

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/nghiepit/botble-graphql

Only for development environnement

$ yarn install
$ yarn dev

Build Docker image

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

Deploy Docker

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

Style guides and rules

Tech stack

License

MIT © Nghiep

About

The migration for Botble from CMS(Laravel) to GraphQL + Next.js

https://graphql-next.toiyeulaptrinh.com

License:MIT License


Languages

Language:JavaScript 93.4%Language:CSS 5.3%Language:Dockerfile 1.4%