No description
.vscode | ||
better-auth_migrations | ||
docs/design | ||
patches | ||
public | ||
src | ||
.gitattributes | ||
.gitignore | ||
app.config.ts | ||
auth.sqlite | ||
bun.lock | ||
bunfig.toml | ||
Caddyfile | ||
docker-compose.mocks.yml | ||
docker-compose.yml | ||
flake.nix | ||
package.json | ||
README.md | ||
tsconfig.json |
Notes
Setting up the project
run the command bun --bun run db:generate
in order to create and populate the better-auht database
APIS
Host mocked api's
docker compose up
Generate openapi client
- path to source yml or json
- path to output, will create a typescript file
example
bunx openapi-typescript .\src\features\content\apis\api.json -o .\src\features\content\apis\api.generated.ts