(AOE) Profile Card Generator

A simple Go HTTP Server for handling multipart-form POST requests and generating a profile card PDF from the provided data.

Example

Installation

  1. Clone the repository
git clone https://github.com/nico-i/profile-card-gen
  1. Navigate to the project directory
cd profile-card-gen
  1. Install all dependencies
go get .
  1. Run the service
go run .
  1. Try it out under localhost:3000

Docker

To run this service inside a docker container, navigate to the project directory and run the following commands.

docker build --tag docker-profile-card-gen .
docker run -p 3000:3000 docker-profile-card-gen

Notes

Currently, the design of the form and card is based on the branding of AOE, but this can be fitted to your individual needs by editing the CSS & HTML files inside the public directory.

Credits

Based upon the following repos/inputs:

GitHub

View Github