Skip to content

Example of a simple REST API in Golang with only single method that uploads images.

Notifications You must be signed in to change notification settings

vlad2095/go-photoupload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

photoupload

  • Ability to accept multiple files.
  • Ability to accept multipart/form-data requests.
  • Ability to accept JSON requests with BASE64 encoded images.
  • Ability to upload image by its URL (hosted somewhere in Internet).
  • Create thumb square preview (100 x 100 px) for every uploaded image.

The following will be appreciated:

  • Graceful shutdown of application.
  • Dockerfile and docker-compose.yml which allow to boot up application in a single docker-compose up command.
  • Unit tests, functional tests, CI integration (Travis CI, Circle CI, etc).

About

Example of a simple REST API in Golang with only single method that uploads images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published