REST API
A representational state transfer (REST) API is a way to provide compatibility between computer systems on the internet. The concept was first outlined in a dissertation by Roy Fielding in 2000.
- GitHub: https://github.com/topics/rest-api
- Wikipedia: https://en.wikipedia.org/wiki/Representational_state_transfer
- Created by: Roy Fielding
- Released: 2000
- Related Topics: api, graphql-api, soap, rpc, wsdl,
- Aliases: rest, rest-api-tutorial,
- Last updated: 2026-07-02 00:26:25 UTC
- JSON Representation
https://github.com/1mb-dev/gowsay
Modern cowsay in Go: CLI tool, REST API, and web UI in a single binary with 52 cows and 8 moods. Minimal dependencies, stdlib-first.
ascii-art cli-tool cowsay docker golang rest-api single-binary slack-integration web-ui
Last synced: 24 Feb 2026
https://github.com/saidee-hasan/zx-one-meta
It seems like you're referring to something called "zx-one-meta," but I'm not entirely sure what it is. Could you provide a bit more context or explain what you mean by "zx-one-meta"? I'd be happy to assist you with more information!
react-hooks react-router reactjs rest-api
Last synced: 15 Apr 2026
https://github.com/cashoefman/mockend-rest-api-example
This is an example of how to use Mockend to quickly setup a REST API
Last synced: 19 Mar 2026
https://github.com/wagner-de-carvalho/algamoney
API de serviços financeiros
auth authentication authorization event flyway java-17 json jwt-token mysql-database oauth oauth2 pageable predicate rest-api spring-boot spring-jpa
Last synced: 18 Apr 2026
https://github.com/mhashim6/voice-controlled-pi
Various controls over RaspberryPi's pins through HTTP, Android and voice recognition [school project].
andriod coroutines http kotlin ktor-framework okhttp3 raspberry-pi rest-api school-project voice-recognition
Last synced: 21 Apr 2026
https://github.com/tberey/ts-node-chatroom
A Chatroom browser application, with user registration and authentication. A HTTP REST API, written in Typescript with Node, using the Express and Socket IO frameworks. Also supported by a MySQL database & uses EJS for client serving.
chat chat-application chat-room chatapp chatroom http http-server mysql mysql-database node node-js nodejs rest rest-api socket socket-io sockets ts typescript
Last synced: 21 Jan 2026
https://github.com/alaister/node-api-boilerplate
A REST & GraphQL API Node.js Boilerplate
authentication graphql mongoose nodejs rest-api
Last synced: 13 Apr 2026
https://github.com/siddiqui145/quotes_app
A trial Flutter application demonstrating the integration of a REST API to fetch and display quotes, including author details and quote IDs. Emphasizes proficiency in handling HTTP requests and transforming JSON data into user-friendly formats. Fetches and displays quotes with author information. Converts JSON data into Dart objects.
conditional-statements dart flutter http http-requests json-parsing quotes-api rest-api simple
Last synced: 18 Apr 2026
https://github.com/tusuii/golang_webserver_mediater_task
simple goLang server using Gin Framework
Last synced: 28 Feb 2025
https://github.com/quantomtech/billplz-rest
billplz-rest provides a minimal higher-level wrapper around BillPlz's API.
billplz billplz-api nodejs payment-integration rest-api typescript
Last synced: 25 Apr 2026
https://github.com/tharindanimnajith/sliit_y3s1_react_spa_backend_restapi-1
React.js Project with MERN Stack - Online Shopping Cart System for a Fashion Store - Backend
body-parser cors crud-application dotenv es6 express-js http-methods javascript json mern-stack-app mongodb-atlas mongoose-js multer node-js nodemailer nodemon npm rest-api uuid web-application
Last synced: 28 Jan 2026
https://github.com/wideangleanalytics/wideangle-api
Public API of Wice Angle Analytics https://wideangle.co/documentation
analytics api google-analytics privacy rest-api web-analytics webanalytics
Last synced: 17 Feb 2026
https://github.com/sophiashilkina/geo-polygon-platform
Geospatial polygon management system with a dual backend, React frontend and extended infrastructure. Allows you to create and edit polygons by coordinates.
django docker gis kafka microservices postgresql redis rest-api
Last synced: 05 Apr 2026
https://github.com/tberey/social-stocks
A Graphical Data and Analysis Tool
data data-analysis data-science data-stream data-visualization database javascript mysql mysql-database node nodejs rest rest-api social-stocks stock-market stocks ticker-data tickers trends typescript
Last synced: 21 Jan 2026
https://github.com/anaptecs/jeaf-generator-samples
This repository contains sample projects for JEAF Generator. The projects shows the artifacts that are produced by JEAF Generator. Starting point for all of that is the UML model that is used as input for the generator.
generator jeaf mdd rest-api spring spring-boot springframework uml
Last synced: 20 Apr 2026
https://github.com/tberey/ts-node-poker-game-multiplayer-api-server
An online multiplayer Poker game. Hosted http REST API, made in Typescript and Node, with Express and Socket.IO frameworks.
api http http-server multiplayer node node-js node-module node-ts object-oriented object-oriented-programming objects poker rest rest-api restful-api socket socket-io sockets typescript
Last synced: 21 Jan 2026
https://github.com/praveen1664/go-rest-template
This is a basic template which can be used to spin out microservices in go lang
Last synced: 13 Oct 2025
https://github.com/belgif/rest-security
The Belgif REST Security Guide is ought to be regarded as an addendum to the Belgif REST Guidelines.
belgif belgium guide rest rest-api restful-api security
Last synced: 20 Apr 2026
https://github.com/chokeguy/simple-bank
A service that provides both RESTful and gRPC APIs to simulate the core functionalities of a basic bank.
aws-ec2 aws-ecs aws-eks aws-elasticache github-actions go grpc rest-api restful-api route53
Last synced: 14 Feb 2026
https://github.com/lazhari/react-demo-app
A small react app using redux, semantic-ui-react, redux-thunk, redux-promise-middleware, redux-form and feathersjs for backend
axios feathersjs mongoose react react-router-v4 redux redux-form redux-middleware redux-thunk rest-api semantic-ui
Last synced: 16 Apr 2026
https://github.com/rahimizadeh/prediction-api-with-flask-and-mlflow
An end-to-end machine learning project demonstrating model lifecycle management with MLflow and production deployment using Flask.
flask machine-learning mlflow mlops-workflow python random-forest-regression rest-api scikit-learn
Last synced: 13 Apr 2026
https://github.com/0xh3xa/nodstarter
Starter application for Node.js to provide rapid Restful APIs development, pre-configured, secured routers, services, and models
auth backend bcrypt body-parser chai express-jwt expressjs javascript jwt lodash method-override mocha mongodb mongoose morgan-middleware nodejs pre-configured rest-api starter supertest
Last synced: 27 Jan 2026
https://github.com/keneandita/task-manager-api
Task Manager API is a modular Flask REST API that allows you to manage tasks efficiently. It supports full CRUD operations with tasks having a title, description, and completion status. Built with SQLite, this project is easy to set up, extend, and use for learning or small projects.
api-management crud docker flask rest-api sql-alchemy
Last synced: 13 Apr 2026
https://github.com/nicmeister/node-essentials
A node toolkit for doing async api calls, writing to file system, starting up express-js servers and more coming soon.
api-client express express-js expressjs filesystem node node-js nodejs rest-api rest-client restful
Last synced: 07 Feb 2026
https://github.com/fiskryeziu/anime-api
hianime-api is a Node.js-based API that scrapes data from hianime.to, providing an easy-to-use interface for accessing anime information. Built with Express and web scraping libraries, this API allows developers to fetch anime data effortlessly for various applications.
anime cheerio express rest-api scraping
Last synced: 24 Jan 2026
https://github.com/claire-wong/isbm-publication-consumer
azure-service-bus bod ccom dotnet-framework interoperability-testing interoperable ioe-application iot-application isa95 isbm messaging-app mimosa oagis oiie open-standards publication-consumer rest-api temperature-gauge
Last synced: 08 Oct 2025
https://github.com/elasticio/petstore-component-java
elastic.io component for the Petstore API
component elasticio integration ipaas java rest-api
Last synced: 24 Apr 2025
https://github.com/fujiwarachoki/cowork-space-spring
A Coworking-Space Tracking Application written in Spring Boot. I HATE JAVA!!
Last synced: 21 Apr 2026
https://github.com/willianfalbo/messages-app
A simplified version of a posting messages application (REST APIs)
express-js javascript jwt-authentication mongo-db mongoose-js multer node-js react-js rest-api socket-io websocket
Last synced: 18 Jan 2026
https://github.com/marianapatcosta/solinca-notification-portal-be
Backend repository of a web app developed using MERN (MongoDB, Express, ReactJS, NodeJS) stack that aims to allow the user to configure her/his favourite classes at solinca's clubs and get an email or WhatsApp notification when a spot in these classes is available for booking;
authentication expressjs javascript mongodb nodejs rest-api sendgrid-mail solinca-clubs twilio
Last synced: 13 Apr 2026
https://github.com/jabellard/profileapi
profile API.
api api-design express expressjs gulp javascript mocha mochajs mongodb mongoose mongoosejs nodejs npm raml raml-documentation rest-api restful-api sinon sinonjs web-development
Last synced: 23 Jan 2026
https://github.com/isaacalves7/chat
💬 It's a repository of Chat from scratch.
ajax chat chat-application chat-room clone jwt mern-stack messenger meta microservices monolith odm redux rest-api sass socket-io tailwindcss typescript webrtc
Last synced: 15 Apr 2026
https://github.com/andrew-bekhiet/slash_dot
Flutter eCommerce app demo using flutter_bloc, riverpod and freezed. Uses GitHub Actions for automatically testing and releasing the apk
dio flutter flutter-bloc freezed mockito rest-api riverpod rxdart unit-testing
Last synced: 18 May 2026
https://github.com/jakubriegel/piper
Piper is a machine learning based system, that is able to enhance smart homes with auto-mated creation of routines based on real life events.
generator kafka kotlin microservices neural-network rest-api routines smart-home tensorflow vuejs
Last synced: 18 Apr 2026
https://github.com/luiz-trindade/fastapi_auto_routes
⚡ FastAPI Auto Routes — a smart CRUD & Auth generator for SQLModel 🚀 It builds secure, cache-powered REST APIs 🔒 with login, token-based auth 🪪, and async concurrency ⚙️. Cut boilerplate, boost productivity, and ship production-ready backends fast ⚡🔥
api-generator async asyncio auth backend backend-development caching concurrency crud fastapi jwt microservice pydantic python rest-api scalable-api sqlite sqlmodel sqlmodel-crud token-based-auth
Last synced: 18 Apr 2026
https://github.com/bitkris-dev/strapi-to-static
Fetch your strapi endpoints and save them as static JSON files
endpoints json rest rest-api restful-api static static-site-generator strapi
Last synced: 19 Apr 2026
https://github.com/mayankgupta-dev08/finvista-nexus
Microservices - POC
docker docker-compose eureka grafana helm java kafka kubernetes maven mysql oauth2 open-telemetry openapi rabbitmq resilience4j rest-api spring-boot spring-cloud spring-cloud-gateway swagger
Last synced: 14 Feb 2026
https://github.com/mbhuman/ravagepdf
PDF generation from OpenAPI / Swagger Spec Resources URL or JSON/YML file
documentation-generator openapi openapi-specification openapi2pdf openapi3 pdf pdf-generation pdfmake ravagepdf rest rest-api swagger
Last synced: 18 Jan 2026
https://github.com/shiyanshirani/school_management_portal
django-rest-framework student teacher micro blog
django django-application django-rest-framework jwt-authentication python3 rest-api
Last synced: 19 Apr 2026
https://github.com/vijinho/feedex
PHP CLI and REST tool to search URLs for RSS/ATOM feeds and extract them, optionally as JSON or OPML.
atom-feed atom-feed-scraper cli json json-api opml opml-to-json php php-cli rest-api rss rss-feed rss-feed-parsing rss-feed-scraper rss-feeds webservice
Last synced: 29 Oct 2025
https://github.com/sebastianpfliegel/task_dashboard
A sample application using Vue.js and Node Express
javascript json mssql rest-api sequelize vue
Last synced: 19 Apr 2026
https://github.com/brinis-unity3d/solidityrestapi
this is easiest way to consume a solidity function using get request from any kind of client https://solidityrestapi.netlify.app/api/chaineid/contractaddress/function/var1/var2/........varN example https://solidityrestapi.netlify.app/api/80001/0x96d1FAcf242F5dD5d7Bd8de6EB0Eaf3D4B5Cf1A9/f_tokenURI/earth_0012
get netlify netlify-functions rest-api smart-contract-tools smart-contracts soldity-smart-contract solidity solidity-contracts web3 web3js
Last synced: 01 Mar 2025
https://github.com/aberq/hr-website
Веб-сайт для размещения вакансий и откликов. Стек: Django, Django Rest Framework, React, PostgreSQL, Docker, Redis, RabbitMQ и Git.
apache-kafka css django django-rest-framework docker git html javascript postgresql python rabbitmq react redis rest-api typescript
Last synced: 13 Feb 2026
https://github.com/subliker/lost-n-found-service
LostNFound is a web service designed to help people find lost items.
apache docker docker-compose golang minio mysql rest-api
Last synced: 21 Jan 2026
https://github.com/sanzharanarbay/golang_rest_redis_rabbitmq
Golang RabbitMQ , Rest-Api and Redis implementation example
docker go golang rabbit-mq rabbitmq redis redis-cache rest-api restful-api
Last synced: 16 Apr 2026
https://github.com/erkobridee/express-restapi-sample
basic example of rest api using the repl.it to code it
expressjs nodejs rest-api sample
Last synced: 13 Apr 2026
https://github.com/oceaster/sleepy
Sleepy is a super lazy REST API Client in your terminal.
insomnium postman rest rest-api rest-cli rest-client restapi restful restful-api
Last synced: 25 Feb 2026
https://github.com/renatospaka/fc2.0-codeflix-catalogo-videos-api
elasticsearch expressjs loopback microservices nodejs rest-api
Last synced: 14 Apr 2026
https://github.com/melihs/kermes-api
Kermes otomasyonu için laravel 5.8 ile geliştirilen REST API / REST API for kermes automation
gplv3 laravel laravel58 rest-api
Last synced: 13 Apr 2026
https://github.com/localghost/healthy
Light health checker with HTTP REST API.
health-check healthcheck rest-api service-health
Last synced: 02 Apr 2025
https://github.com/mr-hrr-harry/crud_contacts_rest_api
This is simple crud rest api for maintaining contacts details with different modules for each functionalities developed using Node || Express || MongoDB
contacts crud errorhandler expreesjs js mongodb mongodb-atlas mongoose nodejs rest-api
Last synced: 19 Apr 2026
https://github.com/shofiq0023/infocave-blogs
Info cave backend. Blogs crud operation and user related operations are done here. User list fetch, login system etc
cache heroku java postgresql rest-api spring-boot
Last synced: 13 Apr 2026
https://github.com/amaterazu7/accountingnotebook-api
Accounting Notebook API app with SpringBoot, Angular & docker for Agile Engine.
angular docker-compose rest-api spring-boot typescript
Last synced: 13 Apr 2026
https://github.com/abdulfaridh/abdulfaridh
A personal portfolio showcasing my work as a backend developer. This repo includes details about my skills, tools, and platforms, along with links to key projects like Web API development, C#, .NET, Java, and more.
backend csharp database dotnet dotnet-core java portfolio programming rest-api software-development sqlserver webapi webdevelopment
Last synced: 18 Jan 2026
https://github.com/alexander-kapr/api-rest-reqres-demo
Build framework based on Maven used RestAssured libraries, runner Junit and assertions AssertJ.
assertions builder-pattern junit lombok-maven maven pageobject-pattern rest-api
Last synced: 15 Apr 2026
https://github.com/wannacry081/contactmanagement-asp.net
This is a comprehensive REST API for a Contact Management System built using ASP.NET Core. It provides endpoints for managing users and contacts.
asp-net-core docker entity-framework-core rest-api sqlite
Last synced: 07 May 2026
https://github.com/rossifedericoe/diproject
Example of REST API using Google Wire
dependency-injection go google-wire rest-api
Last synced: 09 Oct 2025
https://github.com/alejandroduran1730/spring-boot-crud
Customer and Products CRUD application.
java maven rest-api spring-boot
Last synced: 28 Apr 2026
https://github.com/jitendra3109/http
An overview of REST API services HTTP verbs
Last synced: 01 Feb 2026
https://github.com/tanbirhossain/asp.netcoreapi-crud-signalr
Asp.ner core 2.2 CRUD api with signalR Connect for real time data show in web and xamarin forms
Last synced: 19 Apr 2026
https://github.com/lucatosc/modern-shofy-jewelry-ecommerce-client
💎 Shofy Jewelry - A dazzling full stack eCommerce web app with Next.js, Express.js, MongoDB, Redux Toolkit, Stripe, and more! Manage your online store effortlessly with the feature-rich admin panel. 🛍️ Create a seamless shopping experience with responsive design and touch-friendly navigation. Happy selling! 💫
authentication bootstrap5 expressjs form-validator mongodb mongoose nextjs nodejs nodemailer-transport redux-toolkit responsive-design rest-api rtk-query stripe typescript
Last synced: 13 Feb 2026
https://github.com/devking007/productlisting
A React.js project that displays a dynamic product listing. The product data is stored in a JSON file with details like image, brand, rating, name, price, and tags. This project can be used as a base for an online store, product catalog, or e-commerce app.
component javascript react rest-api sass typescript
Last synced: 20 Apr 2026
https://github.com/alankrantas/hello-world-rest-apis
"Hello World" Simple REST APIs in several languages
axum deno docker dockerfile express flask gin-gonic golang java javascript python rest-api restful-api rust springboot typescript
Last synced: 27 Apr 2025
https://github.com/adesiclabs/client-python
Python Client for Adesic API
abyiss api api-client bitcoin bot crypto cryptocurrency ethereum exchange libary market-data python rest-api trading websocket websockets wrapper
Last synced: 18 Apr 2026
https://github.com/masakdirt/order-xpress
microservice architecture for the order management system.
cassandra-database circuit-breaker feign-client hibernate java jwt-token logging lombok mapstruct microservices mysql postgresql refresh-token resilience4j rest-api spring-boot spring-cloud spring-config-s spring-jpa spring-security
Last synced: 20 Apr 2026
https://github.com/andrehaguiar/peopleapi-andre
Neste projeto foi desenvolvido um pequeno sistema para o gestão de pessoas de uma empresa através de uma API REST, criada com o Spring Boot.
codeanywhere dio heroku heroku-deployment intellij java rest-api spring-boot
Last synced: 20 Apr 2026
https://github.com/adityasahu786/nodechronicles
NodeJS ExpressJS PostgreSQL Prisma & Docker w. JWT Auth, CRUD Database Interactions & REST API Endpoints
docker docker-compose express jwt-authentication nodejs postgresql prisma rest-api sqlite
Last synced: 13 Apr 2026
https://github.com/avdhootjadhav/user-department-microservices
It is simple API which stores user and department information jpa and displays them. It is based on Microservices Architecture.
java11 maven microservices rest-api spring-boot
Last synced: 13 Apr 2026
https://github.com/geeekgod/express_test_api
My very first REST API was developed in Node Js & Express Js.
api express fetch-api mern-stack mvc nodejs rest-api
Last synced: 20 Apr 2026
https://github.com/johnsalazar/microservices-go-email
About Email service. Part of an e-commerce built in Golang.
clean-code discovery-service docker golang grpc kubernetes layers metrics microservices rest-api solid telemetry
Last synced: 20 Apr 2026
https://github.com/uchamod/springboot_quiz_application_with-_microservices
This Spring Boot quiz application leverages microservices (Quiz & Question) for modularity and scalability. Eureka server enables service discovery, while MySQL stores data persistently. An optional API Gateway provides a single entry point for clients, simplifying interaction with the microservices architecture. This approach fosters maintainabili
annotations api-gateway java object-oriented-programming rest-api spring-boot
Last synced: 02 Jul 2026
https://github.com/illiafox/spy-cat-test-assignment
Spy Cat Agency's (SCA) system, which manages their cats, missions they undertake, and targets they are assigned to.
go golang rest-api test-assignment
Last synced: 27 Jan 2026
https://github.com/0745vipno-png/approval-workflow-system
Full-stack approval workflow system built with React, TypeScript, Node.js, and role-based multi-stage approval process.
approval-system dashboard fullstack internal-tools nodejs react rest-api role-based-access-control state-management typescript vite webapp workflow
Last synced: 20 Apr 2026
https://github.com/lucianoscarpaci/twitter
twrrrrrclient - An iOS app client of Twitter that replicates the core functionalities of the social media platform.
ios-app-development rest-api social-media-app swift tweets twitter-client user-authentication
Last synced: 09 Oct 2025
https://github.com/arh-mnajs/authapi
AuthAPI is a versatile starting point for building applications that require secure authentication and user data management. It leverages modern technologies like Express and MongoDB, making it easy to extend and adapt as needed.
authentication boilerplate express rest-api
Last synced: 07 Feb 2026
https://github.com/jaujau088/leaderboard-with-api
A single page web app that displays scores submitted by different players. All data is preserved thanks to the external Leaderboard API service.
es6 html javascript leaderboard-api microverse rest-api scss webpack
Last synced: 20 Apr 2026
https://github.com/barbaracalderon/fmt-educonnect
EduConnect Application is a RESTful API for educational management, handling students, teachers, courses, grades, subjects, and more. Developed in Java with Spring Boot and PostgreSQL, it provides CRUD operations and access control using JWToken.
api crud-application flywaydb insomnia java java-17 maven postgresql rest rest-api spring-boot spring-jpa spring-security-jwt
Last synced: 20 Apr 2026
https://github.com/gnori-zon/books-market
This is a rest-api for a database with a library domain. This api uses jwt
aop books-api docker docker-compose gradle java jwt postgresql rest-api spring-boot springjpa springsecurity-jwt
Last synced: 13 Apr 2026
https://github.com/rvansant2/whats-da-twilio
Small Golang HTTP Server that leverages Twilio's API for calling and SMS messaging
go golang rest-api restful-api telephony twilio twilio-api
Last synced: 04 Jun 2026
https://github.com/ahmnouira/ex-api-seller-buyer
exercie: vendeur-acheteur-produit-categorie-annocne par [ITGate] methode
api crud curd-server mongodb mongoose nodejs rest-api restful-api
Last synced: 16 Apr 2026
https://github.com/sharif-minhaz/next-bun-shop-backend
Hono - [炎] means flame🔥 in Japanese - is a small, simple, and ultrafast web framework for the Edges. To explore it's true power I have created an ecommerce order system api with neon based postgresql
bun honojs neon postgresql rest-api
Last synced: 20 Apr 2026
https://github.com/devsazal/todo-nestjs-backend
todo crud operations - rest api
mongodb nestjs nodejs rest-api typescript
Last synced: 13 Apr 2026
https://github.com/roharon/cafeteria-restful-api
REST API server for HUFS Cafeteria.
Last synced: 20 Apr 2026
https://github.com/alokshandilya/social-api
Social Media Rest API project with FastAPI
alembic fastapi postgresql pydantic rest-api
Last synced: 08 May 2026
https://github.com/carloscharz/emptyspringrestexample
This is an empty spring boot rest project
Last synced: 26 Apr 2025
https://github.com/sapiensdata/sapiensdata-api
🚀 SapiensData API – A modern, scalable REST API built with ASP.NET Core and Entity Framework Core 🛠️. It powers financial insights and IoT data processing, providing a secure and efficient backend for the SapiensData platform
asp-net-core code-f data-science database linq rest-api tsql
Last synced: 08 Jan 2026
https://github.com/grandlinex/swagger-mate
api grandlinex openapi openapi3 rest-api swagger swagger-ui typescript
Last synced: 15 Apr 2026
https://github.com/nec0ti/librisapi
A REST API for managing a book collection. Built with Node.js, Express, and MongoDB.
api api-documentation api-rest auth authentication authorization book-management books catalog crud-api documentation express expressjs jwt library-api mangodb node nodejs rest-api restful-api
Last synced: 24 Apr 2025
https://github.com/afteracademy/goserve-docs
Official documentation for goserve - a robust Go backend framework for building production-ready REST APIs.
api-documentation api-framework clean-architecture docker documentation getting-started gin-framework go golang goserve jwt-authentication kong-gateway microservices mongodb nats postgresql redis rest-api tutorial
Last synced: 05 Feb 2026
https://github.com/swiftapi/swift
Swiftly build APIs
api cli-app endpoint graphql graphql-api graphql-server php php8 rest rest-api restful-api swift
Last synced: 26 Jan 2026
https://github.com/ideepakpg/jobseekr
ASP.NET MVC Application
ajax asp-net asp-net-mvc azure bootstrap5 csharp cshtml entity-framework html5 jquery mssqlserver mvc mvc-framework rest-api swagger-ui webapi
Last synced: 30 Jan 2026
https://github.com/callmeskyy111/vidtube-api
API for a video-streaming app, built with NodeJs/ExpressJs, following all the best practices. The API consists of all the necessary features and can be consumed by any front-end/client-side technology or framework, whether web or mobile. 👨🏻💻📽️🟢
expressjs mongodb-aggregation-pipelines nodejs rest-api
Last synced: 30 Dec 2025
https://github.com/pirogoeth/tubedlapi
Youtube-DL API
api python python3 rest-api youtube-dl
Last synced: 22 Jan 2026
https://github.com/siddik-1997/api-testing-on-dmoney-api-with-rest-assured
This repository contains the source code for automated testing of Dmoney API using Rest Assured library. The tests cover various endpoints and scenarios, ensuring the API functions as expected. The project includes test suites, utilities for test data preparation, and configuration files for test execution.
allure-report commons-configuration2 gradle intellij jackson-databind java rest-api rest-assured testng-framework
Last synced: 20 Apr 2026