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
git clone --recursive https://github.com/EndyKaufman/nest-permissions-seed.git
npm install
to install project dependencies_env
to .env
and set environments for usenpm run schema:sync
to create all tables in database npm run migrate:run
to run all migrationsnpm run start:prod
to fire up prod server (npm run start:watch
- dev server)http://localhost:3000
apiKey template: JWT <token_generated_on_login>
MIT