https://github.com/gbicou/countries-server
GraphQL countries server playground
https://github.com/gbicou/countries-server
graphql graphql-yoga nitropack pothos typescript vercel
Last synced: 2 months ago
JSON representation
GraphQL countries server playground
- Host: GitHub
- URL: https://github.com/gbicou/countries-server
- Owner: gbicou
- License: mit
- Created: 2023-02-06T11:28:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:11:30.000Z (7 months ago)
- Last Synced: 2024-10-29T14:37:38.551Z (7 months ago)
- Topics: graphql, graphql-yoga, nitropack, pothos, typescript, vercel
- Language: TypeScript
- Homepage: https://countries.bicou.com
- Size: 1.29 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# countries-server
A GraphQL countries server toy project
## Workspace packages
* [data](/data) : countries list
* [schema](/schema) : graphql schema
* [server](/server) : graphql http server## Technologies
Written in Typescript, packaged with pnpm + nx
| Role | Name | Link |
|----------------|--------------|-------------------------------------------|
| database | geonames | http://www.geonames.org/ |
| schema builder | Pothos | https://pothos-graphql.dev/ |
| graphql server | Yoga | https://the-guild.dev/graphql/yoga-server |
| js server | Nitro | https://nitro.unjs.io/ |
| deployment | Vercel | https://vercel.com/ |