Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.52 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.52 KB

Outdated: includes outdated early prisma2 version.

Highlights

  • TypeScript: Nuff said.
  • graphql-yoga: 🧘 Fully-featured GraphQL Server with focus on easy setup, performance & great developer experience
  • Prisma 2: Type-safe Database Access & Declarative Migrations
  • Backpack: minimalistic build system for Node.js projects.
  • graphql-shield: 🛡 A GraphQL tool to ease the creation of permission layer.
  • nexus: Code-First, Type-Safe, GraphQL Schema Construction
  • ESLint: Linter.
  • Prettier: opinionated code formatter.
  • Dotenv: Loads environment variables from .env for nodejs projects.
  • VSCode nodejs debugging config: With backpack
  • typesync: Install missing TypeScript typings for dependencies in your package.json. Automatically runs after yarn (postinstall)

References

Things to add:

  • CI/CD config
  • and more useful stuff.