Skip to content

afadhinc/upload-api-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload API

Upload API is a test project using Golang and GIN as Framework.

Installation

Download and install the required modules.

go get

Usage

# Run app without Docker
go run main.go

# Build app with Docker
docker build -t upload-api  .

# Run app with Docker
docker run -d -p 8080:8080 upload-api

Documentation

You can test and learn more about the REST API with following this link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published