Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazimanzurrashid/consents-api-node
https://github.com/kazimanzurrashid/consents-api-node
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kazimanzurrashid/consents-api-node
- Owner: kazimanzurrashid
- License: mit
- Created: 2022-08-04T18:47:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T10:08:08.000Z (about 2 months ago)
- Last Synced: 2024-09-19T13:26:34.349Z (about 2 months ago)
- Language: TypeScript
- Size: 3.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# In order to run
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/kazimanzurrashid/consents-api-node/ci.yml)](https://github.com/kazimanzurrashid/consents-api-node/actions)
[![CodeFactor](https://www.codefactor.io/repository/github/kazimanzurrashid/consents-api-node/badge)](https://www.codefactor.io/repository/github/kazimanzurrashid/consents-api-node)
[![codecov](https://codecov.io/gh/kazimanzurrashid/consents-api-node/branch/main/graph/badge.svg)](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