https://github.com/kazimanzurrashid/consents-api-node
https://github.com/kazimanzurrashid/consents-api-node
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kazimanzurrashid/consents-api-node
- Owner: kazimanzurrashid
- License: mit
- Created: 2022-08-04T18:47:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T04:02:07.000Z (7 months ago)
- Last Synced: 2025-02-13T17:15:32.604Z (5 months ago)
- Language: TypeScript
- Size: 4.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# In order to run
[](https://github.com/kazimanzurrashid/consents-api-node/actions)
[](https://www.codefactor.io/repository/github/kazimanzurrashid/consents-api-node)
[](https://codecov.io/gh/kazimanzurrashid/consents-api-node)## Docker Compose
1. Open terminal and run `docker compose up`
2. Import `./postman.json` in Postman.
3. Run the collection runner.## Minikube
1. Open terminal and run `helm dependencies build ./helm`
2. Once build then run `helm install ./helm`
3. Once the pods are ready then run `minikube service --url` to get the url
4. Import `./postman.json` in Postman.
5. Update the `ENDPOINT` variable from the collection variable section.
6. Run the collection runner