Learning - Service with 8 endpoints with Python & Flask in Docker Container

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ส.ค. 2020
  • 🖥 Service with 8 endpoints with Python & Flask in Docker Container 💻
    GET, POST, UPDATE & DELETE METHODS
    GitHub Repo - github.com/EnjoyableProgrammi...
    Python --- www.python.org
    DockerHub Python --- hub.docker.com/_/python
    Docker --- www.docker.com/get-started
    Do you want to support development or do you care what I do? Join us on
    CodePen --- codepen.io/Enjoyable_Programming
    Instagram --- / enjoyable_programming
    ABOUT ME
    I love sharing some of my experiences on technology topics including software engineering, all kind of development and cloud technologies. I’m a full-time Software Engineer and a part-time TH-camr. My hobbies are reading books, playing video games and making a lot of stuff with Arduino and RPi.
    Subscribe, so you don’t miss a thing!
    Please don’t forget to like and share to your friends or coworkers.
    ENJOYABLE_PROGRAMMING
    All rights reserved
    #service #microservice #docker #python #englis #ingles #tutorial #programador #programmer #microservicio #micro #servicio #service #programacion #codigo #programmer #programmerlife #py #fullstack #computer #programming #programmingisfun #programminglove #devlife #coderlife #python #dockerhub #systemengineering #enjoyprog
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 15

  • @granthawkins88
    @granthawkins88 3 ปีที่แล้ว +1

    I like your style! Great video

  • @saurabhdwivedi3093
    @saurabhdwivedi3093 3 ปีที่แล้ว +2

    Please let us know how can we create API gateway in Python for microservices

  • @opcon3155
    @opcon3155 2 ปีที่แล้ว

    How do you get that cool terminal in vscode with the blue highlight bar?

  • @jamesjulius7726
    @jamesjulius7726 2 ปีที่แล้ว

    super!!

  • @Vijay-Yarramsetty
    @Vijay-Yarramsetty 2 ปีที่แล้ว

    enjoyed

  • @lucky.cat.777
    @lucky.cat.777 3 ปีที่แล้ว +3

    You're a boss! Do you have a patreon, by chance? Great content, keep rockin' on!

  • @zionamsalem2631
    @zionamsalem2631 2 ปีที่แล้ว

    ♥♥♥

  • @nopenope5949
    @nopenope5949 2 ปีที่แล้ว

    what GUI docker did you use bro? it seems interesting

  • @wggglggg
    @wggglggg 3 ปีที่แล้ว

    How about flask+blueprint + def create_app?

  • @fabianogodoisteixeira4684
    @fabianogodoisteixeira4684 3 ปีที่แล้ว +2

    what are you using to test the POST method?

    • @EnjoyableProgramming
      @EnjoyableProgramming  3 ปีที่แล้ว

      PostMan is a cool tool to make requests!! I think is the best tool to test requests!!

  • @chihabahmed5207
    @chihabahmed5207 3 ปีที่แล้ว +1

    Hi there,
    Do you think its a good idea to have auth service, account service in a microservices or just one of them responsible for login , logout, register, delete account, forgot password etc etc
    at the moment I have two service, auth and account
    account is responsible for adding user and other user profile features.
    the auth is only responsible for issuing token when the user tries to request. so it only has one function at the moment
    but thinking about this, I realized that I am over doing things, I could include anything to do with user in one service and thats it instead of having account service talking to auth service about a new user added.
    do you get my point ?
    what is your input on this ?
    do you think its a good idea to have auth service and account service or the account service alone should be enough and later I can create a service that will responsible for controlling users settings as an example.
    so basically what I mean, I should have one service called "account service" and that service is responsible for adding user, login, logout etc etc just like in a monlith app or two services, one responsible for generating token and checking if users is banned, not verified.
    so for example, if I ban a user , I only need to switch that isBanned to true from the auth.
    well I could do the same in account service.
    what do you think a good option to have or both are valid
    thanks

  • @fabianogodoisteixeira4684
    @fabianogodoisteixeira4684 3 ปีที่แล้ว +1

    Postman?

  • @pankajkatkar8824
    @pankajkatkar8824 3 ปีที่แล้ว

    is it necessary to create container inside virtual environment?