/fullstack-tutorial

Fullstack React GraphQL TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

fullstack-tutorial

inspired from Ben Awad Fullstack Tutorial

🏗 Installation

# start services in the background
docker compose up -d

# with custom .env file
docker compose --env-file path/to/.env up -d