Skip to content

guizoio/GoCreatePDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoCreatePDF

Project create file PDF in GO

📚 Project description

  • Main objective study
  • Create PDF file
    • Endpoint to create PDF file
    • Endpoint to download PDF file
    • Save file in storage local Minion
  • Save PDF file information to database

🔧 Technologies used

  • Goland
  • Postgres
  • Minio
  • Docker-Compose

🚀 Running the project

First step run docker-compose.

make up

to stop docker-compose run the command:make down.

Soon after we will configure the local storage, wiki to help.

Second step create .env file.

make env

Third step run the command to create the database tables.

make migrations

Fourth step opens the HTML to generate the PDF file.

make html

Fifth step run the HTTP server.

make server

🧑‍💻 Endpoint

list of endpoint, wiki.

About

Project create file pdf in GO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published