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
- Host: GitHub
- URL: https://github.com/tarsislimadev/curriculus
- Owner: tarsislimadev
- License: apache-2.0
- Created: 2021-10-06T22:27:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-12T14:56:00.000Z (3 months ago)
- Last Synced: 2026-03-12T20:49:38.856Z (3 months ago)
- Topics: angular, docker, nodejs, postgres
- Language: HTML
- Homepage:
- Size: 815 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)