Group Farming
- NodeJS
- ExpressJS
- Tile38
- GraphQL
- Copy the example using command
cp .env.example .env
- Modify your
.env
file - Build the images
docker-compose build
- Create the container, volumes, and network
docker-compose up -d
using background (detach service) - Access the
localhost:<port>/graphql
using browser or graphiql