Skip to content

Backend of Medium.com clone built with NestJS, Postgresql, TypeORM and TypeScript

Notifications You must be signed in to change notification settings

kirandash/medium_clone_backend

Repository files navigation

Course URL:

Aritcle: Medium.com clone using NestJS, TypeORM, Postgresql and Typescript YouTube Playlist: https://youtube.com/playlist?list=PLfWvlHR69RlZQrz5JIClOExmzak2V8027&si=DGT7dJUkiD6HnKuX

Description

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

Seed

# drop db
$ pnpm db:drop

# migrate db
$ pnpm db:migrate

# seed data
$ pnpm db:seed

About

Backend of Medium.com clone built with NestJS, Postgresql, TypeORM and TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published