postman-testing
There are 56 repositories under postman-testing topic.
deki23/postman-json-to-form-data
Solution to a testing use case in Postman https://community.postman.com/t/fast-way-to-move-from-raw-to-form-data/1483
pkini2002/JWT-Authentication-SpringBoot
JWT Authentication API using Spring Boot 3.1.4 (Using Spring Security + Lombok + Spring Web dependencies)
datalogics/pdf-rest-postman-collection
pdfRest API Toolkit is a REST API service for processing PDF documents, made by developers, for developers. Rapidly integrate PDF workflows with your existing projects and applications, simply and seamlessly. Get started for free in seconds.
SDEParag/Java-backend-Spring-boot-MySQL-login-logout-Authentication-System
| Java backend | Simple authentication system using Spring Security, JWT, MySQL, and authenticate users with the login and logout functionalities.
alexdevzz/spring-ecommerce-api
This project is a simplified REST API developed in Spring framework that allows the management of products and orders of a virtual store with ease.
abhinav-phi/Movies-CRUD-API
A beginner-friendly Movies CRUD API built using Go and Gorilla Mux. This RESTful service supports basic Create, Read, Update, and Delete operations on an in-memory movie collection. Ideal for learning Go's net/http package, routing, and working with JSON. No external database data resets on every server restart.
DrNextDoor/DrNextDoor
DrNextDoor is a full-stack web application built using the MERN stack (MongoDB, Express.js, React.js, Node.js) to help patients discover and connect with nearby doctors based on location and specialization. The app features user authentication, doctor listings, and appointment booking. All APIs are securely built and tested using Postman.
Netz00/hibernate-search-6-example
Simple Spring Boot application demonstrating Hibernate Search 6 advanced usage
simboli/Postman-API-Javascript-resources
Postman API Javascript resources
Abhigyan-Tripathi001/QuickAI
QuickAI is a full-stack AI-powered content creation platform that lets users generate articles, blog titles, images, and enhance visuals using advanced AI tools. It includes a community space for sharing content, user dashboards with history tracking, and built-in billing via Clerk for free and premium plans.
awork-io/pm-collections
pm-collections is an NPM package based on postmanlabs/postman-collection package intented to be simplistic and to provide intellisense on the collection schema defined by Postman.
benweese/Postman
This is for API Testing practicing, learning, and teaching.
ChinmayKaitade/Postman-API-Testing
Collection of Postman API testing projects—including "Student Expert" certification prep and advanced library workflows.
iammmila/final-project-of-code_academy
fullpage template with backend, Routing, Filter by Price, MongoDB Configuration - CRUD (GET,POST,DELETE), Detail Page -- Responsive Page - Helmet -Search by Name -Formik-Yup
iamyazdani/MovieTube
MovieTube is a user-friendly video streaming platform with full playback controls, which I built using ReactJS, Saas, and API based data handling skills.
marzafiee/Hair-Salon-Flask-Web-App
A Flask web app for managing hair salon services and pricing, allowing users to view and sort services. It interacts with a PosgreSQL database, providing an API for easy data access and a simple front-end interface for customer interaction.
mdziegielewska/Automation-Rest-Assured
A collection of Postman and Rest Assured automated tests for validating the Restful Booker and Restful Booker Platform APIs.
mrmankeshraj/FastAPI
Deployment Related course worked on lot of tech
neha-dev-dot/Student-Management-System
A simple Student Management System built using Spring Boot and SQL database. I am developing this project as part of my learning journey to understand backend development, RESTful APIs, and database integration.
SDEParag/Hospital-Management-System-Java-Backend-Rest-API
I designed components for a website's application healthcare administration system. These modules covered patient information, appointments, billing, and medical records, resulting in better administrative efficiency and simpler data administration. Implementing CRUD API methods.
SelenDilek/TestMersys_Postman_API_Testing
API Testing with Postman
shaswattejankar/youtubesubscribers
This repository is made for Get Youtube Subscribers API as a part of the Backend Project that was done for, AlmaBetter Backend Capstone Project. This website is deployed at the link provided below.
Shubham-sakunde/Online-Assessment-Platform
This project is an Online assessment platform developed using Java technologies. It allows users to take exams online, submit their answers, and calculates scores based on their responses. The system is designed to provide a seamless exam-taking experience while ensuring accurate evaluation of exam results.
Shubham-sakunde/User-Authentication-System
This project is a secure User Authentication system built with Laravel 11 and MongoDB. It includes essential features like user signup, login, logout, and password update. Designed with industry best practices, the system uses RESTful APIs and is secured with Bearer Token-based Authentication via Laravel Sanctum.
Uzo-Felix/restApi
REST API for Student Management built with nodejs and postgres
Arsh-pixel-cmd/Contacts-Manager-API
Contacts Manager API is a Node.js + Express + MongoDB backend that provides secure user authentication (JWT, bcryptjs) and full CRUD operations for managing contacts.
Ashousha7/Simple-Books-API-Tests
🔬 Hands-on API Testing project using Postman based on Simple Books API. Covers real-world scenarios like registration, listing, ordering, and validation.
bilalhassankhan007/Prime_Number_Checker_using_Flask_and_Postman
This project demonstrates how to create a simple RESTful API using Flask that performs prime number checking. The API accepts a number as input and returns a JSON response indicating whether the number is prime or not.
javaman97/ReqMate
ReqMate : Test your API on the GO
JubairRahman/postman-jsonplaceholder-api
This project demonstrates API testing skills using the free and open REST API JSONPlaceholder. The tests are designed and executed using Postman, and the documentation includes test plans, test cases, and reports.
khushboo-sainii/servertask
ServerTask – Express.js backend for TaskForge with secure CRUD APIs, MongoDB Atlas integration, and environment-ready config.
MayanaFazil/mmfazilkhan_api_assignment
A backend API implementation using FastAPI/Django to handle form submissions for Wheel Specifications and Bogie Checksheet. Includes PostgreSQL integration, RESTful API endpoints, and Postman collection for testing. Designed as part of a Python Developer assignment for Suvidhaen Pvt. Ltd.
NafisFuadTanvir/Money_Api_Testing
Money Transaction Flow integation api testing with postman
roblanc/Postman-API-Laboratory
A dynamic learning dashboard for mastering API testing and software development. Tracks progress, logs errors, and visualizes skill calibration in Postman. Ideal for aspiring QA, automation, and backend professionals.
singharyan006/todo-backend
Backend-only To-Do List API built with Express.js and TypeScript, featuring CRUD operations with MongoDB integration.
yasraa/CRUD-API-Usage
A simple Node.js and Express-based REST API that demonstrates full CRUD (Create, Read, Update, Delete) operations using mock user data. Users are stored in a local JavaScript file (MOCK_DATA.js), and changes are persisted using Node's file system. Ideal for learning backend basics and API testing with Postman.