0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00
logto/packages/core
2021-08-12 19:39:28 +08:00
..
src refactor(core): re-org files 2021-08-12 19:39:28 +08:00
lint-staged.config.js chore: update commit hooks 2021-07-25 17:39:59 +08:00
package.json chore: add MPL-2.0 license (#76) 2021-08-11 22:12:36 +08:00
README.md chore: yarn -> pnpm 2021-07-29 17:46:28 +08:00
tsconfig.json chore: use shared config 2021-07-25 17:39:59 +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.