DiptoChakrabarty / learn_devops_with_projects

Learn Devops by practical projects . Includes all tech stacks including k8s, ansible , docker , python and more
MIT License
6 stars 5 forks source link

Simple App Backend using GO in docker #14

Closed Pushkarm029 closed 12 months ago

Pushkarm029 commented 1 year ago

Fixes #10

DiptoChakrabarty commented 12 months ago

Hey @Pushkarm029 thanks for the PR but you might have gotten a bit confused

It seems this is an already built app you have, what we want in the issue is a simple golang app with 4 endpoints for GET, POST , DELETE , UPDATE. The main aim is to run a golang api from docker and ideally we want the api to a simple CRUD app not a full scale application

DiptoChakrabarty commented 12 months ago

you might want to look at PR #15 for an example

DiptoChakrabarty commented 12 months ago

please tell if you want to make a new PR or edit this one

Pushkarm029 commented 12 months ago

@DiptoChakrabarty srry, i will edit this one

Pushkarm029 commented 12 months ago

@DiptoChakrabarty please review