hmtcelik / talking-api

talking api with Golang in docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Talking API with Golang in Docker container

in progress...

You can just chat to api and teach some words

Used:
  • golang-fiberr

Running with docker:

Build:

docker build . -t talkyapi

Run:

docker run -p 3000:3000 -it talkyapi

and thats it, just send your requests

About

talking api with Golang in docker container


Languages

Language:Go 90.1%Language:Dockerfile 9.9%