Skip to content

acmpesuecc/sizer-imageResizing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sizer - Image resizing

Sizer is an image resizing microservice with a React frontend and Golang backend

Dependencies

Install Golang

Node.js must be installed to use node package manager (npm)

Project Execution guide

Download or git clone to local, cd into the project direcrory and run

npm install

to install required node modules

Start the server

cd Server
go run main.go

To run the web app, run

npm start

Planned Features

  • Support for .png and .jpeg
  • Image upload area (drag n drop)
  • Image renaming field
  • Image custom dimensions fields
  • Dimension presets
  • Resized Image Download
  • Image will not be saved in server

About

A Go microservice to resize an image (with a React frontend)

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 89.0%
  • Go 4.8%
  • HTML 3.7%
  • CSS 2.5%