/nestjs-fake-data-example

auto generate random data using cli command in nestjs example

Primary LanguageTypeScript

Nest Logo

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

$ npm run start:dev

generate admin user and random users and posts

npm run db:seed

admin details

{
  "name": "Admin",
  "email": "admin@admin.com",
  "password": "password"
}