vchikalkin 3bbdf1b8a7 Merge feature/ldap-account-auth-modes:
Squashed commit of the following:

commit 0cf879b38318f9b27a74ddf556ea02f49ab8ea02
Author: vchikalkin <djchikalkin@gmail.com>
Date:   Wed Nov 1 14:12:17 2023 +0300

    apps/api: add swagger

commit 5d99d2bbbc186e40bfcd8a4aa84ea57e76f8d046
Author: vchikalkin <djchikalkin@gmail.com>
Date:   Wed Nov 1 12:50:38 2023 +0300

    apps/api: rename users module -> account

commit 724d8ccf2844109593567dc004bd0338b9a5d64c
Author: vchikalkin <djchikalkin@gmail.com>
Date:   Wed Nov 1 12:29:48 2023 +0300

    apps/api: add users functional

commit 9c7665440623a7bc8780186b0f4aeb86039b7e3f
Author: vchikalkin <djchikalkin@gmail.com>
Date:   Wed Nov 1 00:21:15 2023 +0300

    docker-compose.yml: fix mongo volume path

commit bc82c05afd3b8829b48b2a956398b05ef15bd361
Author: vchikalkin <djchikalkin@gmail.com>
Date:   Wed Nov 1 00:18:37 2023 +0300

    docker-compose.yml: add mongo

commit d372007e0e841b1ca0fc89acf5bdf98c2a27fe72
Author: vchikalkin <djchikalkin@gmail.com>
Date:   Wed Nov 1 00:06:12 2023 +0300

    apps/api: move /auth method to root

commit a42aa89aec567845d26748d43fae5554e8a29e6c
Author: vchikalkin <djchikalkin@gmail.com>
Date:   Tue Oct 31 21:58:39 2023 +0300

    apps/api: move redis caching feature to ldap module

commit 01422661e82f82fd8080a760fe30428247517c9b
Author: vchikalkin <djchikalkin@gmail.com>
Date:   Tue Oct 31 17:50:55 2023 +0300

    apps/api: remove apps controller & service

commit e0f9893a1aea546839086e84940adb820583be27
Author: vchikalkin <djchikalkin@gmail.com>
Date:   Tue Oct 31 17:49:26 2023 +0300

    apps/api: rename authModule -> ldapModule

commit f1114cb703c4759d2b2b899031182adace81f898
Author: vchikalkin <djchikalkin@gmail.com>
Date:   Tue Oct 31 17:29:01 2023 +0300

    apps/api: remove ldap module and replace with utils

commit a8179a324a23e4553ce0a58de02ad303ce49ca1e
Author: vchikalkin <djchikalkin@gmail.com>
Date:   Tue Oct 31 16:30:15 2023 +0300

    apps/api: add CRUD account feature
2023-11-01 14:22:09 +03:00
..
2023-08-01 15:23:30 +03:00
2022-11-27 21:17:30 +03:00
2022-11-23 17:06:34 +03:00
2023-08-01 15:23:30 +03:00
2022-11-23 17:06:34 +03:00
2022-11-23 17:06:34 +03:00
2022-11-23 17:06:34 +03:00
2022-11-23 17:06:34 +03:00
2022-11-23 17:06:34 +03:00
2022-11-23 17:06:34 +03:00

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

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.