Skip to content

tanmay958/retail-pulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Retail Pulse

This backend service is built in Go language to efficiently handle image processing requests for calculating the perimeter of images collected from retail stores. The service provides robust error handling and real-time job status tracking, ensuring reliability.

Installation

Installation without Docker (No database,only - Map,struct etc)

  git clone https://github.com/tanmay958/retail-pulse.git
  cd retail-pulse
  cd '.\app\api gateway\'
  go mod tidy
  go run main.go
  #start testing after the server starts running

Installation with Docker (database-Mysql)

  git clone https://github.com/tanmay958/retail-pulse.git
  cd retail-pulse
  cd app-docker
  docker compose up --build
  #start testing when container is up and running

Running Apis

To run tests, hit the following endpoint

 http://localhost:8080/api/submit #post request
 http://localhost:8080/api/status?jobid=123 #get request

About

retail pulse backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published