keyshade-xyz / keyshade

Realtime secret and configuration management tool, with the best in class security and seamless integration support
https://keyshade.xyz
Mozilla Public License 2.0
196 stars 96 forks source link

feat(api-client): Create controller for Project module #370

Closed vr-varad closed 1 month ago

vr-varad commented 2 months ago

Description

Api client controller for project

Fixes #350

Dependencies

Mention any dependencies/packages used

Future Improvements

Mention any improvements to be done in future related to any file/feature

Mentions

Mention and tag the people

Screenshots of relevant screens

Add screenshots of relevant screens

Developer's checklist

If changes are made in the code:

Documentation Update

codiumai-pr-agent-free[bot] commented 2 months ago

Failed to generate code suggestions for PR

vr-varad commented 2 months ago

@rajdip-b wrote the tests but getting this error any idea why? RUNS api tests/project.spec.ts /home/varad/Desktop/keyshade/packages/api-client:  ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  api-client@1.0.0 test: BACKEND_URL=http://localhost:4200 jest Exit status 1  WARN  Local package.json exists, but node_modules missing, did you mean to install?  ELIFECYCLE  Command failed with exit code 1. husky - pre-commit script failed (code 1)

rajdip-b commented 2 months ago

I've pushed an update that fixes this error.

vr-varad commented 2 months ago

@rajdip-b the tests are running successfully

rajdip-b commented 2 months ago

cool! I'll test them and approve it