Skip to content

πŸš€ Starter project to get up and running with Apollo Server, GraphQL, Typescript and Postgres.

License

Notifications You must be signed in to change notification settings

kylealwyn/apollo-typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e41abc9 Β· Feb 8, 2019

History

18 Commits
Jan 29, 2018
Oct 14, 2018
Jan 29, 2018
Oct 23, 2018
Oct 14, 2018
Jan 29, 2018
Feb 8, 2019
Feb 8, 2019
Oct 14, 2018
Oct 14, 2018
Oct 14, 2018
Oct 14, 2018

Repository files navigation

πŸš€ Apollo Typescript Starter

Boilerplate project to get up and running with Apollo Server, GraphQL, Typescript and Postgres.

Getting Started

  1. Download & Install Dependencies

    # clone it
    $ git clone git@github.com:kylealwyn/apollo-typescript-starter.git
    $ cd apollo-typescript-starter
    
    # Make it your own
    $ rm -rf .git && git init
    
    # Install dependencies
    $ npm install
  2. Next, ensure your local Postgres database is up and running. Once configured, place your connection url in a .env file at the root of the repo. These variables will be automatically assigned to process.env when the application boots through dotenv. Your .env file should look something like this:

    DATABASE_URL=postgres://localhost/books
    
  3. Boot the app and navigate to localhost:3000/graphiql to run a query!

    $ npm start

Resources

About

πŸš€ Starter project to get up and running with Apollo Server, GraphQL, Typescript and Postgres.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published