Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T20:18:05.000Z (4 months ago)
- Last Synced: 2024-10-15T10:03:46.730Z (4 months ago)
- Topics: graphql, graphql-yoga, nitropack, pothos, typescript, vercel
- Language: TypeScript
- Homepage: https://countries.bicou.com
- Size: 1.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
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/ |