Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

JBossOutreachArchive/certificate-generator-server

Repository files navigation

Certificate Generator Server

An automatic certificate generator for events according to multiple input files like csv, xlsx, numbers and shoots emails with generated certificates.

Tools used

  • itext for template to pdf conversion. See here for details.

Setting up environment

  • Install JDK 8 or above
  • Setup JAVA_HOME env variable.

As soon as the shell is ready,

Running

./gradlew quarkusDev

To stop the server, press Ctrl + C and deactivate the virtual environment using deactivate command.

Setting up project

1. Fork this project by clicking the Fork button on top right corner of this page.

2. Clone the repository by running following command in git:

$ git clone https://github.com/[YOUR-USERNAME]/certificate-generator-server.git

Contributing

1. Make reasonable changes.

2. Add all changes by running this command on the terminal/command prompt:

$ git add .

Or to add specific files only, run this command:

$ git add path/to/your/file

Make sure you replace path/to/your/file with the actual path to the file you want to add to the staging area.

3. Commit changes.

$ git commit -m "DESCRIBE YOUR CHANGES HERE"

4. Push your changes.

$ git push origin

5. Create a Pull Request by clicking the New pull request button on your repository page.

6. Always Squash your commits when sending the Pull request

NOTE Make sure that you include a desription of changes made by you.

Help

If you need any help anywhere in the process, you can always ask a question on our Gitter Chat.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published