Skip to content

markdyousef/apollo-server-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo Server

PostgreSQL

  1. Start a postgress instance

    docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres
    
  2. Connect to it from an application

    docker run -it --rm --link apollo-postgres:postgres postgres psql -h postgres -U postgres
    

About

Starter project for working with Apollo Server and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published