Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 440 Bytes

Readme.md

File metadata and controls

28 lines (20 loc) · 440 Bytes

Meet the countries - Backend

Getting Started on the app

First, open docker and run compose:

docker compose up -d

Second, make sure to have the dependencies installed and run the dev server:

yarn install
yarn dev

Open http://localhost:8000/graphql with your browser to see the result.

In order to run lint, do:

yarn lint

Requirements

  1. Node 18+
  2. Yarn
  3. Docker