SomeNet
/
public repos
/
pub
/
jan
/
aic18.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Inital Project + DockerFile
[pub/jan/aic18.git]
/
PdfService
/
readme.me
1
# PDF Service
2
3
Provides an API interface to generate PDF reports for given inputs
4
`POST`: `/generatePdf/` (TODO)
5
6
# run with docker
7
8
`docker build -t pdfservice .` if no local image is available
9
`docker run -p YOUR_PORT:80 pdfservice:latest`
10
11
# run local
12
## requirements
13
- .net core 2.2
14
15
## commands
16
- `dotnet run`