Skip to content

Ahmed-Elzayat112/twitter-app

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

About

This is a Twitter application built with NestJS, GraphQL, and TypeORM. It features a comprehensive architecture including:

  • Notifications
  • GraphQL
  • Translation
  • Permissions
  • Interceptors
  • TypeORM
  • DataLoader
  • FCM Notifications
  • NestJS GraphQL Upload
  • Generic Response Handling
  • BullMQ for job processing

Description

Nest framework TypeScript starter repository for creating scalable server-side applications.

Installation

$ npm install

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod