• Stars
    star
    140
  • Rank 256,182 (Top 6 %)
  • Language
    TypeScript
  • Created over 6 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple application demonstrating the basic usage of permissions with NestJS.

nest-permissions-seed

Greenkeeper badge Build Status dependencies-release

A simple application demonstrating the basic usage of permissions with NestJS.

Current repository no longer supported, all changes are in the new repository https://github.com/rucken/core-nestjs

Usage

  • clone or fork repository git clone --recursive https://github.com/EndyKaufman/nest-permissions-seed.git
  • make sure you have node.js installed version 6+
  • make sure you have NPM installed version 3+
  • run npm install to install project dependencies
  • copy _env to .env and set environments for use
  • run npm run schema:sync to create all tables in database
  • run npm run migrate:run to run all migrations
  • run npm run start:prod to fire up prod server (npm run start:watch - dev server)
  • Open browser to http://localhost:3000

Demo application on Heroku

Users

Swagger

License

MIT

More Repositories

1

ngx-dynamic-form-builder

FormBuilder + class-transformer + class-validator = dynamic form group builder for Angular
TypeScript
115
star
2

typegraphql-prisma-nestjs-example

Example use NestJS + Prisma2 + Typegraphql
TypeScript
27
star
3

kaufman-bot

Simple bot for telegram
TypeScript
20
star
4

ngx-bind-io

Directives for auto binding Input() and Output() from host component to inner in Angular9+ application
TypeScript
9
star
5

nestjs-custom-injector

Custom injecting logic for NestJS with support multi providing
TypeScript
9
star
6

nestjs-translates

NestJS module for adding translations to the application, with a pipe for translating validation errors
TypeScript
5
star
7

ngx-repository

Custom repository service for Angular9+, for easy work with the REST backend, with switch on fly from REST backend to the MOCK backend with save and use all CRUD operations
TypeScript
4
star
8

nestjs-custom-injector-example

TypeScript
2
star
9

django-postgres-angularjs-blog

Simple blog written on django + angularjs and use postgre sql as database
JavaScript
2
star
10

schematics-readme

Generator README.md file for Angular Schematics collection
TypeScript
1
star
11

ngx-bind-io-cli

Tools for check Angular7+ components for use ngx-bind-io directives
TypeScript
1
star
12

angular2-electron-issue-client

angular2-electron-isuse-client
JavaScript
1
star
13

ngx-remote-config

Remote configurations for Angular9+ applications, with built-in interceptor for mock REST data and non-permanent api
TypeScript
1
star
14

ngx-cold

Two small directives for work with observable in Angular9+ without subscribe
TypeScript
1
star