0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00
logto/packages/core
Gao Sun 1352cce911
test(core): add unit tests for database utils (#95)
* test(core): add unit tests for database utils

* test(core): add tests for `conditionalSql()`
2021-08-28 21:48:06 +08:00
..
src test(core): add unit tests for database utils (#95) 2021-08-28 21:48:06 +08:00
jest.config.js feat(core): setup jest 2021-08-20 14:53:23 +08:00
lint-staged.config.js refactor: use composite run steps and remove eslint formatter 2021-08-20 18:16:00 +08:00
package.json refactor: integrate zod in schemas (#90) 2021-08-26 13:05:23 +08:00
README.md chore: yarn -> pnpm 2021-07-29 17:46:28 +08:00
tsconfig.base.json feat(core): setup jest 2021-08-20 14:53:23 +08:00
tsconfig.json feat(core): setup jest 2021-08-20 14:53:23 +08:00
tsconfig.test.json feat(core): setup jest 2021-08-20 14:53:23 +08:00

@logto/core

The core backend service.

Get Started

Copy proper .env to project root. (TBD: design the config process)

pnpm i && pnpm dev

OpenAPI Doc

OpenAPI (Swagger) json is available on http(s)://your-domain/api/swagger.json. If you are running locally, the default URL will be http://localhost:3001/api/swagger.json. Consume it in the way you like.

Using ReDoc

The doc website can be served by redoc-cli in an extremely easy way:

npx redoc-cli serve http://localhost:3001/api/swagger.json

Using Swagger Editor

Copy the API output and paste it in the Swagger Editor.