main
Reviewed-on: #1
Strata.RxNorm
General Information
Credits
This microservice is developed and maintained by The-Outliers
Branching and Versioning
| branch | version format | example |
|---|---|---|
| main | #.#.# | 1.2.3 |
| feature/* | #.#+1.0-featureName.# | 1.3.0-newfeat.1 |
| fix/* | #.#.#+1-fixName.# | 1.2.4-bug.1 |
See our confluence page for more information
Usage
Build and Run
docker-compose up -d --build
- https://localhost:8443/index (swagger api)
- https://localhost:8443/hangfire (hangfire dashboard)
- http://localhost:8081 (redis commander)
Extracting nuget package
docker create --name throwaway stratarxnorm_rxnorm-api
docker cp throwaway:/pack .
docker rm throwaway
Cleanup
docker-compose down
Languages
TypeScript
62.8%
C#
35.6%
PowerShell
1.2%
HTML
0.2%
JavaScript
0.2%