Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluette1/apollo-server-testing
https://github.com/bluette1/apollo-server-testing
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluette1/apollo-server-testing
- Owner: Bluette1
- Created: 2021-04-05T15:54:03.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-04-14T23:51:39.000Z (over 3 years ago)
- Last Synced: 2024-10-03T12:29:38.074Z (3 months ago)
- Language: TypeScript
- Size: 410 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## apollo-server-testing
An Apollo GraphQL Typescript API server testing example project - coded for learning purposes.
![Linters](https://github.com/bluette1/apollo-server-testing/workflows/Linters/badge.svg)
![Test with jest](https://github.com/Bluette1/apollo-server-testing/workflows/Test%20with%20jest/badge.svg)
![Demo picture](./screenshot.png)
## Built With
- TypeScript
- GraphQL
- Apollo Server
- Nodejs
- Jest#### Description
An Apollo GraphQL TypeScript server API testing example project - coded for learning purposes by following this [tutorial](https://learnitmyway.com/apollo-server-testing/).
## Install typescript globally
- Type the following command in the terminal
`npm install -g typescript`
## Run tests locally```
yarn install
yarn build && yarn test
```## Authors
👤 **Marylene Sawyer**
- Github: [@Bluette1](https://github.com/Bluette1)
- Twitter: [@MaryleneSawyer](https://twitter.com/MaryleneSawyer)
- Linkedin: [Marylene Sawyer](https://www.linkedin.com/in/marylene-sawyer-b4ba1295/)# Acknowledgements
- The content in this repository was retrieved from or inspired by the following sites
- [Testing Apollo Server with Typescript](https://learnitmyway.com/apollo-server-testing/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!