Skip to content

This repository has the API for the backend of the service used to transform images into different shapes.

Notifications You must be signed in to change notification settings

jwambugu/images-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Images Transformer

This project is part of the lessons from Gophercises where we learn how to build how to build an application for transforming images to different shapes using Primitive.

Run Locally

Clone the project

  [email protected]:jwambugu/images-transformer.git

Go to the project directory

  cd images-transformer

Copy the configuration file and update your configuration

  cp .keys.sample.json .keys.json

Start the server

   go run cmd/api/*

API Reference

Get all available modes

  GET /v1/modes

Get the number of shapes

  GET /v1/modes/no-of-shapes

Upload image to transform

  POST /api/images
Parameter Type Description
photos file Required. The image to upload.
mode int Required. The primitive mode to use. Expects 0-8
shapes int Required. The number of shapes to render.

About

This repository has the API for the backend of the service used to transform images into different shapes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages