Prismatopia is a GraphQL API stack combining a bunch of super-awesome technologies: Apollo Server 2, Prisma, Postgres, Docker, AWS, OAuth, Make, Yeoman and more!
This API is built as a very specific stack of technologies. There no options, other than configuring the existing stack components or swapping them out in your own copy. Enjoy!
Here are the technologies in this stack...
- Provides a GraphQL server for resolvers, which is where your business logic lives
- Provides an ORM to translate from Graphql to Postgres, Apollo resolvers mainly call a Prisma Client to access data
- Provides persistent storage for data, this is managed by AWS RDS in production but is run in a container during local development
- Handles networking (ALB, VPC, etc.) and container management (ECS)
- Apollo is setup for validating JWTs from clients (Works with Okta out of the box)
- There's a local Docker Compose setup for easy development. Also, all AWS services (except Postgres) run in containers
MIT © Lambda School