go-pos-bot

command module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2024 License: MIT Imports: 19 Imported by: 0

README

DIY

Manual create Telegram bot

Test BOT
t.me/Goposv1Bot

Setup free MongoDB Atlas

Deploy Golang in AWS EC2

build for aws linux

uname -s

uname -m

If the outputs match Linux and x86_64, then the corresponding values in Go would be:

GOOS=linux GOARCH=amd64 go build -o myapp

Integrate to POS application

Test APIs
curl -X POST -H "Content-Type: application/json" -d '{"code": "889351", "score": 1.2}' http://localhost:12345/api/qrcode/verify

curl http://localhost:12345/api/customers

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL