An open API service indexing awesome lists of open source software.

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.

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.