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).
- Ubuntu version 18.04.1
- Docker version 18.06
- Docker Compose version 1.22.0
- Node version 8.11.3 lts
- Prisma version 1.14
- Clone this project (git clone https://github.com/ysantalla/gondor.git)
- cd server && npm install
- docker-compose up -d
- npm run prisma deploy
- npm run dev
- cd client && npm install
- npm run ng serve
- With docker compose file
- docker-compose up -d
- Email -> [email protected]
- Password -> nooneknows
- Authentication (JWT)
- Apollo Server 2
- Realtime subscription
- Prisma Graphql
- File upload via graphql