Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.
/ gondor Public archive

Nestjs Framework, Prisma database layer w/ Angular and Apollo.

License

Notifications You must be signed in to change notification settings

ysantalla/gondor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gondor project

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