Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 913 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 913 Bytes

fileUpload

A simple api for uploading files to a server

In this project I have made an API which uploads files to the server and let's you add a name and extension to it

to run this project you will require gin gonic.

to get started install golang and gin gonic after that navigate to the project folder in commandline

go run server.go

open postman

add a post request image

image

You will get this output image

To verify the files uploaded You can add a get request image