Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denys-petryniak/graphql-apollo-server

QraphQL Apollo Server
https://github.com/denys-petryniak/graphql-apollo-server

apollo-server qraphql typescript

Last synced: about 2 months ago
JSON representation

QraphQL Apollo Server

Awesome Lists containing this project

README

        

# QraphQL Apollo Server

## Start the server
```bash
npm start
```
You should now see the following output at the bottom of your terminal:
```bash
🚀 Query endpoint ready at http://localhost:4000/graphql
🚀 Subscription endpoint ready at ws://localhost:4000/graphql
```
We're up and running!