Skip to content

REST-API for authentication and authorization purposes

Notifications You must be signed in to change notification settings

farischt/authentik

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

 pn install

Run Locally

Complete your env files as stated in .env.example files.

Complete your config module as stated here.

Update docker-compose.yml to reflect your config changes.

Start docker containers with : pn docker:dev

Run migrations : pn migrate:dev

Start the development server : pn dev

Testing

Run migration on the test db: pn migrate:test

Before running any test script, make sure to start the server in test mode : pn dev:test

You can now run any test script in package.json

Production

No production environnement is available yet.

License

Nest is MIT licensed.

Languages