Skip to content

BloomTech-Labs/prismatopia

Repository files navigation

Prismatopia

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!

Maintainability Test Coverage CI Dependency Status

The Stack

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...

Apollo Server 2

  • Provides a GraphQL server for resolvers, which is where your business logic lives

Prisma

  • Provides an ORM to translate from Graphql to Postgres, Apollo resolvers mainly call a Prisma Client to access data

Postgres

  • Provides persistent storage for data, this is managed by AWS RDS in production but is run in a container during local development

AWS

  • Handles networking (ALB, VPC, etc.) and container management (ECS)

OAuth

  • Apollo is setup for validating JWTs from clients (Works with Okta out of the box)

Docker

  • There's a local Docker Compose setup for easy development. Also, all AWS services (except Postgres) run in containers

Prismatopia Documentation

License

MIT © Lambda School

About

A backend API stack combining a bunch of trendy components (circa 2020): Apollo Server, Prisma, Oauth, JWT, Postgres, Docker, Typescript and more!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published