https://github.com/bhanuprakashnani/resume-builder-java
Resume Builder using Java and JDBC
https://github.com/bhanuprakashnani/resume-builder-java
java jdbc jdbc-connector oops oops-in-java oops-java resume resume-builder resume-creator
Last synced: 15 days ago
JSON representation
Resume Builder using Java and JDBC
- Host: GitHub
- URL: https://github.com/bhanuprakashnani/resume-builder-java
- Owner: BhanuPrakashNani
- Created: 2018-11-06T18:17:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T05:53:06.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T14:21:21.547Z (about 1 month ago)
- Topics: java, jdbc, jdbc-connector, oops, oops-in-java, oops-java, resume, resume-builder, resume-creator
- Language: Java
- Homepage:
- Size: 2.05 MB
- Stars: 33
- Watchers: 4
- Forks: 19
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://GitHub.com/Naereen/) [](https://github.com/ellerbrock/open-source-badges/) [](https://github.com/Naereen/StrapDown.js)
# Resume Builder
A project made in java which helps you create your resume without writing code. Fill the details in the application and get your resume ready.## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This project has been done in Ecilipse IDE. It uses Windows Builder and Swing for UX/UI in the application. Java Database Connectivity(JDBC) is used for connecting the MySQL database.## Prerequisites
* **Java** -
Java version 10 and above is required.
[Installing Java in Linux](https://linuxize.com/post/install-java-on-ubuntu-18-04/)* **MySQL** -
[Installing MySQL in Linux](https://phoenixnap.com/kb/how-to-install-mysql-on-ubuntu-18-04)* **Eclipse** -
If you want to run the project in Eclipse, import the project. Or if you want to run it without Eclipse use the .jar file of the project.
[Installing Eclipse](https://linux4one.com/how-to-install-eclipse-ide-on-ubuntu-18-04/)## Scope of Functionalities and Examples of use
Resume creation without the hassle of writing code for it. Will be a good resume builder for beginners and people who are not familiar with LateX.## Project status
Returns a resume file with all the data entered in a formatted manner. The file name of the resume returned is **Resume.txt**.## Future Scope/Plan of the Project
1. **Formatting Options**
The present project returns a fixed formatted text file of the resume. The next step is to provide various formatting options for the user while giving the information.
Formatting options like -
* headings
* subheadings
* lists
* normal text
* quotes
* hyperlinks
* alignment
and all other necessary options.
2. **Templates**
* Default Templates
Having more number of default templates to chose from.
* Custom Templates
Allow the user to customize the template as required.3. **File Formats**
* Support for various file formats necessary have to be given for the project.# UML Diagram
UML Diagram for the project.
