An open API service indexing awesome lists of open source software.

https://github.com/juicycleff/guardian-js

Auth server
https://github.com/juicycleff/guardian-js

Last synced: 5 months ago
JSON representation

Auth server

Awesome Lists containing this project

README

          

# Guardian JS

## Description
[WIP] Guardian Js is the next auth server

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```

## License

Nest is [MIT licensed](LICENSE).