https://github.com/egoist/graphql-api-starter
GraphQL API starter.
https://github.com/egoist/graphql-api-starter
Last synced: 4 months ago
JSON representation
GraphQL API starter.
- Host: GitHub
- URL: https://github.com/egoist/graphql-api-starter
- Owner: egoist
- License: mit
- Created: 2020-03-25T11:45:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:27:45.000Z (about 2 years ago)
- Last Synced: 2024-10-04T12:00:44.534Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 615 KB
- Stars: 44
- Watchers: 4
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphql-api-starter
## Tech stack
- TypeScript
- Server framework: Express.js
- GraphQL framework: [Apollo GraphQL](https://www.apollographql.com/docs/apollo-server/)
- Writting GraphQL resolvers in `ES Class` and `Decorators`: [Type GraphQL](https://typegraphql.com/)
- Database: [Prisma](https://prisma.io/)
- Google / GitHub auth.
- Payment integration: [Paddle](https://paddle.com/) (TODO)## Getting started
- [How to run the server locally](./docs/running-locally.md)
## License
MIT.