Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikyw89/apollo-server-playground
https://github.com/vikyw89/apollo-server-playground
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vikyw89/apollo-server-playground
- Owner: vikyw89
- License: bsd-3-clause
- Created: 2023-11-11T12:01:56.000Z (about 1 year ago)
- Default Branch: alpha
- Last Pushed: 2023-11-12T04:50:14.000Z (about 1 year ago)
- Last Synced: 2024-10-12T08:45:39.101Z (2 months ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apollo Server Playground
This repository is an exploratory project aimed at getting comfortable with GraphQL. It leverages the Apollo Server library for building a GraphQL server.
## Getting Started
To get started with this project, follow the steps below:
1. Clone the repository: `git clone `
2. Install dependencies: `npm install`
3. Start the server: `npm start`## Resources
For more information on Apollo Server and GraphQL, refer to the following resources:
- [Apollo Server Documentation](https://www.apollographql.com/docs/apollo-server)
- [GraphQL Introduction](https://graphql.org/learn)## License
This project is licensed under the ISC License. See the [LICENSE](LICENSE) file for more details.