ftoggle is a feature toggle management tool.
- From project root:
bun run setupdocker compose up
- From a separate terminal:
cd ./packages/db&bun run migrations:run
- Access DB at
localhost:5432, default user:pass -postgres:dev - Access UI at
localhost:4200, default user:pass -Admin:FToggle - Access API at
localhost:8080,/swaggerfor docs