Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danfickle/pretty-resume
Generate a pretty resume! Templates based on salomonelli/best-resume-ever.
https://github.com/danfickle/pretty-resume
angularjs java-8 pdf pdf-generation
Last synced: 15 days ago
JSON representation
Generate a pretty resume! Templates based on salomonelli/best-resume-ever.
- Host: GitHub
- URL: https://github.com/danfickle/pretty-resume
- Owner: danfickle
- License: mit
- Created: 2017-09-17T05:43:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T21:55:11.000Z (over 1 year ago)
- Last Synced: 2024-10-12T03:28:40.361Z (about 1 month ago)
- Topics: angularjs, java-8, pdf, pdf-generation
- Language: Java
- Homepage: https://prettyresume.openhtmltopdf.com
- Size: 417 KB
- Stars: 57
- Watchers: 7
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pretty-resume
Generate a pretty resume! Templates based on [salomonelli/best-resume-ever](https://github.com/salomonelli/best-resume-ever)## Technology Used
+ Java 8
+ Maven as a build tool
+ [SparkJava](http://sparkjava.com/) as a minimal web framework.
+ [OpenHTMLtoPDF](https://github.com/danfickle/openhtmltopdf) as a PDF layout engine.
+ [Thymeleaf](http://www.thymeleaf.org/) as a HTML template engine.
+ [H2 Database](http://www.h2database.com/) as an in-memory data store.
+ [Jackson](https://github.com/FasterXML/jackson) as a JSON deserializer to Java objects.## Building
````mvn package```` from the directory where you cloned/downloaded the project will generate a fat jar.## Try it online
[Pretty Resume Generator](https://prettyresume.openhtmltopdf.com/)