Gondor project

September 18, 2018 ยท View on GitHub

Nestjs Framework, Prisma database layer w/ Angular, Apollo

Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Environment

  • Ubuntu version 18.04.1
  • Docker version 18.06
  • Docker Compose version 1.22.0

Node Environment

  • Node version 8.11.3 lts
  • Prisma version 1.14

Development

Production

  • With docker compose file
  • docker-compose up -d

Credentials

Roadmap

  • Authentication (JWT)
  • Apollo Server 2
  • Realtime subscription
  • Prisma Graphql
  • File upload via graphql