Categorygithub.com/xcodeme21/go-crm-service
modulepackage
0.0.0-20240116051256-10367e04cc83
Repository: https://github.com/xcodeme21/go-crm-service.git
Documentation: pkg.go.dev

# README

Documentation

A brief description of what this project does and who it's for

Requirement

  • Go version 1.17
  • PostgreSQL 12.12

Run Locally

Create project directory

  mkdir my-project

Clone the project

  git clone https://github.com/xcodeme21/go-crm-service.git

Go to the project directory

  cd my-project

Copy Environtment

  mv .env.sample .env || cp .env.sample .env

Setting Environtment

  setting [DB_USER, DB_PASSWORD, DB_HOST, DB_PORT, DB_TIMEZONE] according to your database settings

Install

  go get .

Running

  go run main.go

API Reference

Get list source products

  GET /list-source-products

Get list destination products

  GET /list-destination-products

Auto Update destination products

  GET /update-destination-products

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author