Stop Using Postman - Create Your Own Postman Instead

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024

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

  • @ethanleo3365
    @ethanleo3365 3 ปีที่แล้ว +86

    This episode: Make your own postman
    Next episode: Make your own Vscode

    • @ahsanabrar880
      @ahsanabrar880 3 ปีที่แล้ว +7

      After next episode: Make your own programing language 😍

    • @ajayraho
      @ajayraho 3 ปีที่แล้ว +10

      Last episode: Make your own Web-dev simplified yt channel 👍

    • @ethanleo3365
      @ethanleo3365 3 ปีที่แล้ว +6

      @@ajayraho more like Last Episode: Make your own Kyle 🤣

    • @vtv4373
      @vtv4373 3 ปีที่แล้ว +6

      Make React with React

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

      @@vtv4373 React-ception

  • @krtirtho
    @krtirtho 3 ปีที่แล้ว +36

    Oh no, now I've to create my own Postman to test my project's APIs😭
    Wish me luck🙂

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

      Well... You don't *have* to.. Lol

  • @romanpr6691
    @romanpr6691 3 ปีที่แล้ว +34

    Im sorry. What about CORS? External website has to explicitly allow us to fetch a data using browser. I think we should make a local server as "proxy"-layer between our browser and remote web server.

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

      Just host a static page on github, it has cross enabled for *...

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

    Wow, Kyle is pumping out such premium content week after week - so much fun but I can see the immense dedication and passion.

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

    I learn lot of things when you create any clone or any video. I don't have a word, You are really a master. keep up the good work and don't bother about useless comments.

  • @MonsterlessonsAcademy
    @MonsterlessonsAcademy 3 ปีที่แล้ว +23

    Thanks for the video! This is a cool thing to build for CV but in reality it's 1% of postman features. Postman gives you history, collections, different types of data, intercepting requests for authentication, collaboration with team, etc. It's also packed in Electron which makes it usable on every OS.

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

      Postman is also ridiculously bloated and slow, being an electron app. With some improvements using localStorage , you could easily add history and collections features to the simple example shown in the video.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy 3 ปีที่แล้ว +5

      @@squ34ky I agree with that. I also hate electron apps. But I see that a lot of programmers for some reason think that it is "easy" to add all this features, test own app, make it faster than postman, support it, etc. There is a reason why we use apps that are already there and not building everything by ourselves.

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

      @@MonsterlessonsAcademy we need not release the app to the public or provide support for it. One can make an app for private use. When you consider how many such "free" apps suffer from feature bloat and eventually gets monetised in the form of "pro" features over time, it would seem a better proposition to just build it yourself with only the features you need.

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

      @@squ34ky Electron is slow at the point of starting up. Once it's up and running then it's fine.

  • @manibarathi08
    @manibarathi08 3 ปีที่แล้ว +16

    Really Nice Project 🔥
    Instead of using a package(codemirror) for displaying response json, we could also do JSON.stringify(response.data, null, 2) to format JSON and then insert the output inside a tag to get a nice displayed JSON in browser.

    • @vipulchakravarthy6646
      @vipulchakravarthy6646 3 ปีที่แล้ว +4

      Correct, this could be the better way. Codemirror package is having some issues with node versions as well.

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

      What about colour coding?

  • @shoubhik
    @shoubhik 3 ปีที่แล้ว +12

    Hey brother, I was just going to build a postman clone and searched on youtube to verify there isn't already, and here you uploaded a video on it 35 mins ago 😶😶. Now I'll need to think about a new unique project to build 😭😭........btw love your videos

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

      There's always room for more clones :)

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

      Make a clone but add your own additional features so that it’s still your idea

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

      @@xfire3778 that's how competitors begin :)

  • @sumitwadhwa8823
    @sumitwadhwa8823 3 ปีที่แล้ว +32

    postman is way more than sending a bunch of get post requests

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

    Good video showing all the aspects of requests but something I was hoping you were going to touch on was going to the network tab, copying a network request as a fetch object and then calling the fetch object inside the js console tab. This still sends the old header/auth data etc and allows you to change query Params etc which allows you to circumvent UI restrictions. (This can also be done in Firefox by clicking the request and hitting edit/resend). I'm not super familiar with all the inner workings of this process(or how to protect against it) but it definitely shows why you need validation/restriction on the backend!

  • @rumonintokyo
    @rumonintokyo 3 ปีที่แล้ว +61

    Crazy! Just goes to show that almost anything nowadays can be build with JS! 🤷‍♂️

    • @RetoonHD
      @RetoonHD 3 ปีที่แล้ว +15

      Yep, but that doesn't mean you should.

    • @elpolodiablo5486
      @elpolodiablo5486 3 ปีที่แล้ว +4

      They are all built using JS stupid

    • @Tommy-jn9ps
      @Tommy-jn9ps 3 ปีที่แล้ว +8

      @@RetoonHD I agree, in general JS is being shaped into things it wasn't meant to do causing it to be clunky and sometimes hard to work with. It was originally created to be a simple website scripting language, now its used for backend, mobile development, even games and machine learning. It was a nightmare for me to work with node, because it has so many clunky issues and its hard to work with, even the creator of node has given up on it and created deno. But as always, this is only my opinion.

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

      @@Tommy-jn9ps And we respect it, but Deno still uses Javascript. Anyway, it doesn't matter how you open the door, it's just that you open it well.left or right doesn't matter, doing it right does matter

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

      Postman is build in JS
      It's made in electron

  • @ygeb93
    @ygeb93 3 ปีที่แล้ว +10

    Postman can generate API documentation and a bunch of other things too. Not just display a HTTP response.

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

      @Chnxcx Found the junior dev

  • @artyquantum7283
    @artyquantum7283 5 หลายเดือนก่อน

    May be update it now to:
    1. use fetch instead of axios and
    2. also add an html renderer instead of using browser, and
    3. create executable
    would be a good update to this tutorial

  • @soniablanche5672
    @soniablanche5672 3 ปีที่แล้ว +8

    The difference is that Postman is not a browser so it will ignore CORS policy.

  • @ipalfy
    @ipalfy 9 หลายเดือนก่อน

    Call me crazy, but I used this example to get into using modules, parcel and typescript. I also wanted to save my requests in localstorage, list them, load them as well as export and import. It was a really great learning experience.
    But: It would be an awesome Video how YOU would turn this into a „state of the art“ typescript react application (including these advanced features) with the very latest bits! Even if it’s is easy to create this from scratch, refactoring this could be much more interesting.

  • @স্বচ্ছনিরবতা
    @স্বচ্ছনিরবতা 3 ปีที่แล้ว +20

    This man is crazy😂
    respect++

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

      ReferenceError: respect is not defined.
      :(

    • @স্বচ্ছনিরবতা
      @স্বচ্ছনিরবতা 3 ปีที่แล้ว

      @@Will4_U var respect = 0;
      just put that line ;)

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

      @@haydencordeiro semicolon is optional in JS

  • @sheikh_sami
    @sheikh_sami 3 ปีที่แล้ว +35

    Next - Stop Using VsCode : Create Your Own VsCode using VsCode 😂

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

      😂

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

      This clone is 41mb 2500 files in 650 folders!!! why bother.

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

      He should so something like codesandbox or codepen

  • @Eric-ei9yo
    @Eric-ei9yo ปีที่แล้ว

    Impressing, I saw many API tools with good designs and we can do it ourselves. Yet with complicated functions, we may directly use tools as well.

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

    i was thinking of something like this , because i couldn't install postman on my computer. So thank you so much kyle for making this video.

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

    Excellent 👌
    I can use this idea to document APIs in next project 😃

  • @shwackthenoobsac
    @shwackthenoobsac 2 ปีที่แล้ว +1

    This is amazing. It's intimidating and inspiring at the same time.

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

    Congrats, Kyle! Very elegant code. Enjoyed this a lot.

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

    Thank you Kyle. Can you pretty please do a tutorial of a CRM-like clone? So coding something like Salesforce, a more simple version. :)

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

    Oh man.. the postman dev team is mad right now lol.. Love your videos!

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

    This video shows the power of vanilla JavaScript, and especially data attributes

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

    Can’t believe that I found this video at the perfect time that I needed it !!!!!!!!!!!!!!!

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

    Never know when postman starts to work on profit better to make our own before hand

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

    For all you idiots and fan boys saying "this isn't a real postman clone", "this is only 1% of postman", "this is stupid", "why reinvent the wheel only to do a dumb version of it" you've all missed the point. Making clones of other software is not done with the intent of not needing that other software, or making a viable replacement. It's to learn different ways of doing things, or to practise in areas that you may feel a knowledge gap with. Personally I learned a lot from this tutorial, and not about making requests. Thanks Kyle!

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

    We use postman tp.test our APIs, we use environment file a lot, so that all.detals are carried from.one call to another. I guess that is not possible when we build our own postman.However I am sure this works for at least 70.percent of projects. We can also.use Thunder Client extension inside VS code, which works like postman

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

    I really love this project, thank 🙏💕

  • @poorpanda9033
    @poorpanda9033 9 หลายเดือนก่อน

    Thank you so much I've learned a lot of new stuff throughout this video !

  • @shrey768
    @shrey768 3 ปีที่แล้ว +13

    Great project, but postman saves history of all requests, need to figure that out.

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

    Interesting approach to use data attributes to identify elements instead of IDs. This looks like a uniform approach, but I'd rather stick to IDs to identify elements since it expresses the "element identifier" intent more explicitly.

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

      Actually using (selecting) empty data attributes can be shorter than using id attributes to select specific elements. Let's see if this gets mainstream :)

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

    Great tutorial! Thanks for sharing very helpful content in your channel!

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

    There are also several REST clients as extensions for vscode. :)

  • @Alex-bc3xe
    @Alex-bc3xe 2 ปีที่แล้ว

    amazing tool thanks for everything. we live in a society were everybody gets smarter from each others experience nice

  • @opensourcethings
    @opensourcethings หลายเดือนก่อน

    could you plzz make a video how we can convert this postman clone into a windows desktop application

  • @WebWegTail
    @WebWegTail ปีที่แล้ว

    Great video, Can someone help me on how can we host this application on netlify or gh-pages ?

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

    Building this with react would be challenging as hell.

  • @vbrvibes
    @vbrvibes ปีที่แล้ว

    in git branch is main to get source code what will be the get checkout

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

    how to deploy this ?

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

    "Stop ordering online, make your own Amazon instead"

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

    Could you please update your tutorial on how to implement Stripe? I am having a really tough time with it.

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

    Great add more options in this

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

    Next video:
    Stop using VS Code.
    Stop using Windows/MacOS/Linux.
    I have become Terry Davis.

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

    Every video is about curiousity ❤️

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

    31:44 my axios.interceptors.response.use doesn't working. So when updateResponseDetails function called, there occur Uncaught TypeError.
    The Error tell me response.customData.time is undefined.
    I've checked GitHub code. there's no wrong spelling in my code.
    I don't understand the process of axios.interceptors. how they 'intercepting' something. and where they intercept in code(ex, like "before catch" or "after then(response =>")
    please help me. this video is about 40mitnutes but I've been here about 5 hour

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

    Hi Kyle, how do you use snowpack for prod? Last time I checked it wouldn't minify or code-split.

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

      i also tried to host the project on heroku but runing into some errors :(

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

      @@alex4tm1 have you been able to solve it?

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

      @@francisconavarrete2179 yep... I can't remember what the fix was though 😂

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

      @@alex4tm1 where did they solve it?🥺

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

      @@francisconavarrete2179 i was getting this failed build error (heroku) ``` Cannot find module: '@popperjs/core'. Make sure this package is installed.
      You can install this package by running: npm install @popperjs/core. ``` if u get the same just installing that dependency might work 😄

  • @Eric-ei9yo
    @Eric-ei9yo ปีที่แล้ว

    And I use Apidog instead of Postman, more for teams I think.

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

    Kyle can you make a video explaining how to use push api

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

    thunder client is enough for me :D

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

    Make you own google sheets 🥺🥺❤️❤️❤️

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

      He actually did that :)

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

      @@avneet12284 really i cant find it... 😣

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

    Be a good person and avoid the temptation for clickbait titles.

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

    Isn't this whole idea flawed because if you have 500 error on your php backend, xhs/cors protection in chrome will prevent you to see the error message

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

    Haha all dislikes from POSTMAN team. But thunder client a Vs Code extention is also pretty cool.

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

    Snowpack? What about parcel

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

      Yup I used cdn

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

      @@kishalayray7570 update
      Im using vite now its better than snow and parcel XD

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

    How can I deploy the project?

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

    I have a lot of code sending requests to my server but i rarely need to use this postman functionality, just use console/print like with everything else

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

    Hi web dev simplified, do you have plans to release typescript content?

  • @ezra6094
    @ezra6094 3 ปีที่แล้ว +4

    PSA: defaultTabBinding from @codemirror/commands was removed recently, breaking the project. Replace it with indentWithTab and it should work as expected. Hope this helps!

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

    any reason why you're using attributes for a lot of these things instead of classes? very interesting

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

      @David Freer that's fair, though I'm not sure if querySelector would still have that difference

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

    Detailed fastify tutorial please

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

    Why i need to reinvent the wheel. You can install Thunder Client which is a VS Code extension and it does the same job as postman does.

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

    Every time I scroll by the thumbnail I read Postman Malone

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

    What about core errors?

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

    Can't work with this due to cors issue

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

    Styled components tutorial?

  • @nirapt
    @nirapt ปีที่แล้ว

    I'm getting snowpack error no module found in snowpack/index.bin.js hence not able to run the application. I just clone github repo. I didn run npm install to include all packages mentioned in package.json

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

    great idea!

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

    Make production based nodejs projects

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

      have you tried to push this one to production? any recommendation? thx !

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

    nice, amflearning by doing ☕🚀

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

    Why has everyone stopped using postman all of a sudden for?

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

      It's ridiculously bloated and slow.

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

    I was thinking about doing this the other day, when my company paid for a bunch of Beeceptor licenses

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

    Cors?

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

    Or just use curl... ?

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

    This dude bro amazing, Create your own planet lmao XD

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

    hey kyle. do mobirise clone. just a basic one. :p

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

    use defaultKeymap instead of defaultTabBinding

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

    This is awesome

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

    He should be the true CEO of Google

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

    Why not use reactjs

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

    Next video: world clone 😂

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

    I mean cool but why would i?My schedule is full making a ramen order button for vscode

  • @aidajam3294
    @aidajam3294 3 ปีที่แล้ว +4

    Postman is suck. It has cluttered interface with a lot of unnecessary features. Insomnia or the plug-in for VC are much better

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

      True!!

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

      @David Freer Insomnia has the same features but it has clean UI. Some of the features available through plug-ins , meaning that you can install them if you need. It is personal preference, I don't like when your tool overloaded with buttons, links, hints, pop-ups ...

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

    Stop using a good free tool. Make your own. Man you have a lot of free time. You should make your own npm and vscode too ^_^

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

    Next video: Stop using windows - Create Your Own OS

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

    I created Postman using only CSS

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

    zsh shell + vi mode + HTTPie.

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

    STOP STOPPING ⛔️! I give a like but I don't like recomendations that looks mandatory like DONT USE THIS OR THAT. STOP USING THIS... bla bla bla

  • @chrisalexthomas
    @chrisalexthomas ปีที่แล้ว

    lol, kyle just killed postman, all you have to do is let you save these to disk and ship them alongside a repository and there would be no actual need for postman itself, combine this with a live shared version online and why would you even pay for postman teams anymore?

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

    i dont think people would deal with this

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

    Everyone is not super intelligent like Kyle....so I am happy with using postman instead 😀

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

    That’s just stupid. Why reinvent the wheel?

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

      So, why are you here ????

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

      @@johnnydriesen7575 That’s a stupid question :)
      It’s because I’m subscribed to his channel. But that’s not the point

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

      @0x88 and CSS :)
      Actually I learned new things that I used literally the second day :)

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

      @0x88 Exactly my point as well, 0x88.

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

      I don't think the point is to reinvent the wheel or even replacing Postman with this app, the point is practicing JS and learning more about HTTP requests and ES modules

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

    Next , dont use ide , build your own .

  • @nr7343
    @nr7343 ปีที่แล้ว

    stop using innerHTML to clear your containers 🤣🤣🤣

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

    But educational, what is the use?

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

    Post Clone. . .

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

    Do the same with DJango on python, it’s faster stable and no html is needed

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

    Or just use Insomnia

  • @ashrikahamed_
    @ashrikahamed_ หลายเดือนก่อน

    Test