An open API service indexing awesome lists of open source software.

https://github.com/tarsislimadev/curriculus

Para geração de currículos em PDF
https://github.com/tarsislimadev/curriculus

angular docker nodejs postgres

Last synced: about 2 months ago
JSON representation

Para geração de currículos em PDF

Awesome Lists containing this project

README

          

# PDF API

Para geração de currículos em PDF.

Prevemos gerar Trabalhos de Conclusão de Curso também.

## Stack

[Node.js](https://nodejs.org/en/)

## How to set it up

```
bash env/up.sh
```

## How to create Curricullum PDF file

```bash
curl -sL "http://curriculus/api/v1/curricullum/create" \
-H "Content-Type: application/json" \
--data-raw "{'header': {}, 'body': {}}" # fixme
```

## License

[MIT](./LICENSE)