/meetthecountries-backend

Explore the world with our interactive app! Discover fascinating facts about countries worldwide through quizzes and connect with friends along the way.

Primary LanguageTypeScript

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