restfulapi
There are 73 repositories under restfulapi topic.
lsjsj92/django_todo_app
python django를 활용한 웹 개발 튜토리얼! todo_app 만들기
wendell-dev/restful-api-demo
基于SpringBoot编写的RESTFul API,使用HTTP状态码与JSON作为响应规范,同时集成了Swagger作为API文档,加入了全局异常处理,基于redis的token验证以及签名验证
golang-collection/Go-RestfulAPI
本项目使用Go语言构建Restful API服务,项目采用gin构建,包括jwt,swagger,viper, zap, gorm, make,bash等模块,通过docker一键部署并且可以动态扩缩容实现负载均衡。
jahidhiron/node-blog-api
This repository contains a simple Node.js blog API developed for educational purposes, particularly for teaching on Udemy. It provides a basic foundation for understanding how to create RESTful APIs using Node.js, Express.js, and MongoDB.
JasonRui/WikiQA-LSTM-Keras
LSTM model for WikiQA dataset using Keras
mtahiraslan/python-api-with-docker-and-postgres
This project integrates real-time cryptocurrency data into a PostgreSQL database using Docker, PostgreSQL, pgAdmin, Python, and CoincapAPI. It streamlines the process of fetching, transforming, and storing market data, offering a portable and easily set-up solution for data analysts and crypto enthusiasts.
BaseMax/FirstCFacil
Building web service (API) using Facil in C programming language and test its benchmark and performance.
gayanukabulegoda/FieldGuardian-BACKEND
A Spring Boot API to manage crop data, resources, and operational logs for efficient farm management.
vickttor/school_enrollment_api
This repository keeps the source code of a resfulapi built with NodeJS and TypeScript. The code implements the SOLID principles.
clintcarter1999/JokesAPI
ASP.Net Core REST API Demo Project which demonstrates ASYNC REST API, Entity Framework/LINQ, Sqlite DB, Error Handling, Serilog/Seq Structured Logging, Model Validation, Testing, Authentication
GhazanfarMir/Slim3-Rest-Api
Slim3 + Eloquent
ajmalfaris11/EA-library-backend-expressjs
A Node.js and ExpressJS-based backend for managing a library system, including books and authors. The API supports full CRUD operations (Create, Read, Update, Delete) for books and authors, and connects to MongoDB using Mongoose. This backend provides RESTful endpoints for fetching, adding, updating, and deleting resources.
BaseMax/FirstMarkRESTfulPHP
Build a PHP RESTful with fastest Web micro-framework in the world!
GeorgeLeithead/LiLo_Public
Public repository for the LiLo (Ladder In Ladder Out) Mobile Application.
gourab-sinha/Zomato-Data-Analysis
This project is all about analysing Zomato Data using Python Packages.
k3ssdev/SimplePhpLoginAndroid
Aplicación de demostración de inicio de sesión con Android y MySQL. Incluye ejemplos de comunicación con un servidor externo, obtención de datos en formato XML y validación de credenciales de usuario.
AGSTControlesEAutomacao/BriseAPI
Documentação da API do Brise
alishahusain/olive-novella
A prototype API for discovering basic information about historical novels. Python API Restful API
BaseMax/GraphNeo4jGO
This is a simple twitter-like api written in go as an example to use neo4j with golang. (postgresql, neo4j, graph)
begandroide/MSQNodeApi
RestfulApi Nodejs + Fastify + MySql + Swagger
Deboraj-roy/RESTful-API-with-.NET-Core
Delve into .NET 7 API fundamentals with this guide. Learn RESTful API basics, CRUD operations, testing, and Azure deployment. Access course content via the YouTube link, and try the live demo for hands-on experience. Empower your API development skills with .NET 7 and EF Core.
dinushchathurya/node-mysql-crud-app
Create Restful API using nodejs, express and mysql
diwangtseb/RestFulapi
get方式的restful(表述状态转移)api
huseinnashr/laravel-ecommerce-restful-api
Learning to use Laravel features and using Docker as development environment
image357/password
This is a simple password manger (library) written in Go. You can use it with Go, REST calls and any other language that links with C.
junaid10144/chatApp
Chat Application - Web sockets Communication using MERN stack
karlosye/restaurant-data-mangement-web
a restaurant data management system built with C# ASP.NET
larssonsun/RESTfulAPITemplate
Project template based on .NET-CLI to help build RESTful web api project scaffolding that meets custom requirements.
mahboube89/Library-Management-Nodejs
Nodejs-Library-Management is a simple API built with Node.js and MongoDB for managing books, users, and loans in a library system. It supports basic CRUD operations, user management, loan tracking, and penalty assignment. Ideal for learning backend development with plans to refactor into a full RESTful API.
MuhammadAlgshy/Storefront
Training On Django
RahulProjects01/instagram-api
Backend application for an Instagram clone built with Spring Boot. It supports user authentication, post creation, comments, and stories using JWT authentication. The application is connected to a MySQL database and provides RESTful APIs for seamless integration with the frontend.
sabo99/TodoList-CI4-Restful
Aplikasi TodoList Android menggunakkan Code Igniter4 berbasis Restful-API. Aplikasi TodoList ini menggunakan Sistem Autentication 2nd (JavaMail API) dan Upload Gambar dengan Framework CodeIgniter 4. Proses BackEnd dari Restful-API menggunakan Code Igniter4 dapat dilihat pada link berikut : https://github.com/sabo99/codeigniter4_RestfulAPI_TodoList
Tuhin-SnapD/Server-Restaurant
A modern restaurant management server with authentication and API endpoints built with Node.js, Express, and MongoDB.
yujhenchen/express-mongo-otp-auth-ts
An authentication Restful API featuring OTP verification, JSON Web Token authentication ( JWT ), and database CRUD. Built with Express.js, MongoDB, Mongoose, and TypeScript
Bhumigor/Fastapi-Restful-App
A FastAPI RESTful application with MySQL, implementing CRUD operations using SQLAlchemy and Pydantic for data validation.
kenya-data-platform-user-group/Building-NEST-API-with-Azure-Cosmos-DB-SDK-for-TypeScript-JavaScript-and-Azure-Cosmos-DB
In this tutorial, we will guide you through the process of building a RESTful API using the powerful NEST framework along with Azure Cosmos DB. You’ll learn how to integrate the Azure Cosmos DB SDK for TypeScript/JavaScript into your NESTJS application to create a scalable and efficient API.