restfulapi
There are 83 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验证以及签名验证
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.
golang-collection/Go-RestfulAPI
本项目使用Go语言构建Restful API服务,项目采用gin构建,包括jwt,swagger,viper, zap, gorm, make,bash等模块,通过docker一键部署并且可以动态扩缩容实现负载均衡。
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.
samuelAemro12/AdeyBloom-ecommerce-Backend
RESTful Express.js API for AdeyBloom, hosted on Render — supports user authentication, product & order management, Cloudinary image uploads, and Chapa payment processing with MongoDB.
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
BaseMax/GraphNeo4jGO
This is a simple twitter-like api written in go as an example to use neo4j with golang. (postgresql, neo4j, graph)
cloudkoonly/litesupabase
A lightweight, open source Supabase alternative.
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.
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
M-codeR-UMER/Credit-Risk-Classifier-API
Hi! This is my first hands on project for deploying a Machine Learning model using FastAPI. It Shows to serve predictions via a RESTful API using a trained Classifier. This project helped me understand the end-to-end workflow of taking a model from training to deployment using modern Python tools like FastAPI, Pydantic, and Uvicorn.
MacJonnie/URL-Scissor-API
URL SCISSOR API This API is a URL shortener built with Node.js, Nanoid and QrCode. The API allows users to create a short and unique URL from very long URL. The users of this URL shortener API can create a short URL, customized URL and also generate a qrCode for their links or URL.
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
SvetlinDimitrov/Flow-Appointment-Scheduling
Enables users to discover offerings and schedule interactions with service providers for tailored experiences.
Tuhin-SnapD/Server-Restaurant
A modern restaurant management server with authentication and API endpoints built with Node.js, Express, and MongoDB.
varundeva/quotes-fusion
A simple, open-source API for retrieving inspirational quotes in multiple languages and categories. Built with Hono and TypeScript, designed for serverless/edge environments (e.g., Cloudflare Workers).
yijia-xu/Natours
Tour booking Web Application with RESTful API, developed using 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