Skip to content

brahimABD98/GO-React-FileConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-react-fileConverter

Description

This is a simple file converter written in Go (rk-gin) and React.

Features (work in progress)

  • convert images to (jpg, png, gif, bmp)

limitations

  • The maximum file size is 32MB
  • it does support multiple images but send them in a single zip file

Running the application

Prerequisites

  • Go 1.20
  • Node 14.15.4
  • postgres (for authentication)
  • Docker 20.10.5 (optional,with docker-compose)

with Docker

  • Run in the root directory:
docker-compose up -d --wait 
  • The application will be available at http://localhost:4173

without Docker

  • Run in the backend directory:
go mod download	
go run main.go
  • Run in the frontend directory:
npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published