looking for resource site for GET-POST practice (html)

This page summarizes the projects mentioned and recommended in the original post on /r/learnprogramming

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • DummyJSON

    DummyJSON.com provides different types of REST Endpoints filled with JSON data which you can use in developing the frontend with your favorite framework and library without worrying about writing a backend.

    DummyJSON is a set of endpoints you can use to try out different requests without using a commercial API which may or may not ban you or limit your access..

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Newman

    Newman is a command-line collection runner for Postman

    I would recommend using an http client like Insomnia or Postman, or cURL from the cli to get a better understanding of the requests themselves without needing to code the requests by hand in a bloated html form.

  • httpbin

    HTTP Request & Response Service, written in Python + Flask.

    https://httpbin.org/ is an excellent tool for learning (and testing) the basics. Take a few minutes to explore the endpoints they provide. You can also use different response codes to test your apps error handling, etc

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Unit testing in Python with sheepy

    2 projects | dev.to | 24 Sep 2024
  • Host a Reverse Proxy in Seconds

    1 project | dev.to | 23 Sep 2024
  • The Webhook Standard

    1 project | news.ycombinator.com | 7 Sep 2024
  • The Webhook Standard

    1 project | news.ycombinator.com | 7 Sep 2024
  • Nextjs中使用axios实现一个动态的下载/上传进度条

    1 project | dev.to | 18 Aug 2024

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?