Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/denys-petryniak/graphql-apollo-server
- Owner: denys-petryniak
- Created: 2023-05-22T13:49:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-29T10:47:35.000Z (over 1 year ago)
- Last Synced: 2024-11-29T09:55:50.848Z (about 2 months ago)
- Topics: apollo-server, qraphql, typescript
- Language: TypeScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!