Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 404 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 404 Bytes

Growfar Backend

Group Farming

Build with

  1. NodeJS
  2. ExpressJS
  3. Tile38
  4. GraphQL

HOW TO RUN

  1. Copy the example using command cp .env.example .env
  2. Modify your .env file
  3. Build the images docker-compose build
  4. Create the container, volumes, and network docker-compose up -d using background (detach service)
  5. Access the localhost:<port>/graphql using browser or graphiql