Skip to content

srrathi/serve-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Server Go Mongodb API

This repository contains APIs for interacting with an image server built using Go and MongoDB.

APIs Included

1. Upload Image

  • Endpoint: POST /upload
  • Description: Uploads an image to the server.
  • Request Type: POST
  • Request Body:
    • image: The image file to upload.
  • Expected Response: Status code 200 on successful upload.

2. Serve File

  • Endpoint: GET /image/:imageID
  • Description: Retrieves a specific image from the server.
  • Request Type: GET
  • Request Parameters:
    • imageID: The unique identifier of the image to retrieve.
  • Expected Response: Status code 200 on successful retrieval.

Technologies Used

GoMongoDBRender

Contact

srrathi github Sitaram Rathi Linkedin Sitaram Rathi email Sitaram Rathi twitter

Releases

No releases published

Packages

No packages published

Languages