Skip to content

ErimTuzcuoglu/bloggy

Repository files navigation

Bloggy

A personal blog template project.

Used Technologies

Nest Logo

PostgreSQL Elephant Logo

Installation

First you should install Node(v14.15.0) and PostgreSQL. After all installation completed;

$ yarn install

Running the app

# development(vscode)
$ on default press f5

# development
$ yarn run start

# development watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Migration

# Adding a new migration after schema change
$ yarn run migration:generate <YourMigrationName>

# Running migration
$ yarn run migration

# Revert last migration
$ yarn run migration:revert

About

personal blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published