Skip to content

franznoel/graphql-server-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Running Docker

Here's how to use both running GraphQL backend and frontend - just by running these commands:

DEV

docker compose --profile dev up --build
# Frontend: http://localhost:3000
# Backend:  http://localhost:4000

PROD

docker compose --profile prod up --build
# Frontend: http://localhost:8080
# Backend:  http://localhost:4000

About

GraphQL Server Example - Full Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors