All Projects → EndyKaufman → Nest Permissions Seed

EndyKaufman / Nest Permissions Seed

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

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Nest Permissions Seed

Node Typescript Koa Rest
REST API boilerplate using NodeJS and KOA2, typescript. Logging and JWT as middlewares. TypeORM with class-validator, SQL CRUD. Docker included. Swagger docs, actions CI and valuable README
Stars: ✭ 739 (+510.74%)
Mutual labels:  swagger, heroku, jwt
Core Nestjs
A simple application demonstrating the basic usage of permissions with NestJS (JWT, Passport, Facebook, Google+, User, Group, Permission)
Stars: ✭ 347 (+186.78%)
Mutual labels:  heroku, nestjs, jwt
Appy Backend
A user system to bootstrap your app.
Stars: ✭ 96 (-20.66%)
Mutual labels:  swagger, permissions, users
Netcoreblockly
.NET Core API to Blockly - generate from WebAPI, Swagger, OData, GraphQL =>
Stars: ✭ 121 (+0%)
Mutual labels:  swagger, jwt
Snake
🐍 一款小巧的基于Go构建的开发框架,可以快速构建API服务或者Web网站进行业务开发,遵循SOLID设计原则
Stars: ✭ 615 (+408.26%)
Mutual labels:  swagger, jwt
Naperg
Fullstack Boilerplate GraphQL. Made with React & Prisma + authentication & roles
Stars: ✭ 661 (+446.28%)
Mutual labels:  jwt, permissions
Equinoxproject
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Stars: ✭ 5,120 (+4131.4%)
Mutual labels:  swagger, jwt
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (-85.12%)
Mutual labels:  swagger, jwt
Swagger
OpenAPI (Swagger) module for Nest framework (node.js) 🌎
Stars: ✭ 734 (+506.61%)
Mutual labels:  swagger, nestjs
Nest Passport
Nest authentication example using passport strategies
Stars: ✭ 44 (-63.64%)
Mutual labels:  nestjs, jwt
Eshop Soa
EShop基于Dubbo实现SOA服务化拆分,并基于RocketMQ解决了分布式事务(新版SpringBootSOASkeleton)
Stars: ✭ 65 (-46.28%)
Mutual labels:  swagger, jwt
Angular Springboot Rest Jwt
Springboot, Angular and JWT security - Example Project based on Northwind Order Processing
Stars: ✭ 603 (+398.35%)
Mutual labels:  swagger, jwt
Full Stack Fastapi Postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
Stars: ✭ 7,635 (+6209.92%)
Mutual labels:  swagger, jwt
Simplemall
基于SpringCloud的微服务架构实战案例项目,以一个简单的购物流程为示例,融合spring cloud 相关组件,如spring-cloud-netflix、swagger等
Stars: ✭ 687 (+467.77%)
Mutual labels:  swagger, jwt
Nest Access Control
Role and Attribute based Access Control for Nestjs 🔐
Stars: ✭ 562 (+364.46%)
Mutual labels:  nestjs, permissions
Nestjs Redoc
📘 ReDoc frontend for you NestJS swagger API documentation
Stars: ✭ 54 (-55.37%)
Mutual labels:  swagger, nestjs
Train Ai With Django Swagger Jwt
Train AI (Keras + Tensorflow) to defend apps with Django REST Framework + Celery + Swagger + JWT - deploys to Kubernetes and OpenShift Container Platform
Stars: ✭ 66 (-45.45%)
Mutual labels:  swagger, jwt
Full Stack
Full stack, modern web application generator. Using Flask, PostgreSQL DB, Docker, Swagger, automatic HTTPS and more.
Stars: ✭ 451 (+272.73%)
Mutual labels:  swagger, jwt
Ngx Starter Kit
🅰️ Angular 🚀 NestJS 🐒 Starter Kit
Stars: ✭ 479 (+295.87%)
Mutual labels:  nestjs, jwt
Typescript Node Rest Starter
Simple starter template for building NODE REST API's using TypeScript
Stars: ✭ 50 (-58.68%)
Mutual labels:  swagger, jwt

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].