Skip to content

Test .Net Core 3.1 Project that translate sentences using google translator unofficial API

Notifications You must be signed in to change notification settings

vicSaez/EasyTranslatorAPI

Repository files navigation

EasyTranslatorAPI

Test .Net Core 3.1 Project that translate sentences using google translator unofficial API

How to run:

  1. Clone repo.

  2. docker build -f .\EasyTranslatorAPI\Dockerfile -t easytranslatorapi:1 .

  3. docker run -it --rm -p 49156:80 easytranslatorapi:1

  4. You can access swagger at http:https://localhost:49156/swagger

  5. Once working you can Launch FrontEnd EasyTranslatorFront

About

Test .Net Core 3.1 Project that translate sentences using google translator unofficial API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published