Back end
Back end is the programming that handles the behind-the-scenes of a website or application that people do not see, such as the server and database. Programming languages such as Python, Ruby, and PHP is used for back-end development.
- GitHub: https://github.com/topics/backend
- Wikipedia: https://en.wikipedia.org/wiki/Front_end_and_back_end
- Aliases: backend-developer,
- Last updated: 2026-07-10 00:03:18 UTC
- JSON Representation
https://github.com/vitia-fritelle/batepapo-uol-api
Recollection of batepapo uol app, this time with the backend
api backend frontend fullstack
Last synced: 09 Apr 2025
https://github.com/flazefy/animalpedia-expressjs
created using nodejs express
backend expressjs javascript mysql nodejs rest-api
Last synced: 11 Apr 2026
https://github.com/kareimgazer/docker-devops
solutions of: DevOps with Docker - helsinki.fi
backend docker docker-compose docker-images docker-port docker-registry docker-volumes frontend microservices postgres redis
Last synced: 11 Apr 2026
https://github.com/kbairak/webmq
Real-time messaging framework that bridges web frontends with RabbitMQ using WebSockets for event-driven architecture
backend frontend rabbitmq websockets
Last synced: 21 May 2026
https://github.com/heppu/the-backend
The Backend to replace all backends and deprecate all backend developers
Last synced: 18 Jun 2026
https://github.com/dimasnuryadin/express-topupgame
A browser-based game top up application
Last synced: 11 Apr 2026
https://github.com/gustavo-zamai/ucl-api-node-ts-express
UEFA Champions League REST API using Node.js, TypeScript, Express, Prisma, PostgreSQL and ZOD. A backend project focused on learning and practicing API development.
api backend expressjs nodejs postgresql prisma rest-api typescript zod
Last synced: 11 Apr 2026
https://github.com/devdogukan/realtime-task-board
A modern, Jira-like project management application with real-time task updates using Socket.io. Built with Node.js, Express and MongoDB.
backend express nodejs socket-io
Last synced: 11 Apr 2026
https://github.com/collabsphere-community/combathub-rest-api
Backend for CombatHub, a martial arts community, where organizations can share yours martial arts competitions events info, and users and martial arts gyms can sign up in events.
api-rest backend java spring-boot
Last synced: 22 May 2026
https://github.com/m97chahboun/medill-backend
A minimalistic, easy backend framework for Dart
api backend backend-api backend-framework dart framework
Last synced: 25 Jun 2026
https://github.com/ikauedev/hackathon-saude-4.0-glasgow
Hackathon Sáude 4.0 🧠 Doc Solution
Last synced: 12 Aug 2025
https://github.com/ritankarsaha/golang_projects_basic
Contains Basic Golang Projects used for learning
api backend databse golang postgresql
Last synced: 15 May 2025
https://github.com/rafaumeu/inorbit-api
🚀 InOrbit REST API — Fastify + Drizzle ORM + PostgreSQL + JWT auth + Docker + Swagger. Clean Architecture & comprehensive testing.
api-docs backend biomejs ci-cd cuid database-migrations docker drizzle fastify gamification high-performance jwt-authentication nodejs orm postgresql rest-api swagger test-coverage typescript zod
Last synced: 06 Jul 2026
https://github.com/willian-thdr/fluxogrammer
Um software de fluxograma para modificar e visualizar suas ideias de maneira criativa
backend csharp flowchart fontend full-stack portfolio wpf
Last synced: 07 Jul 2026
https://github.com/tumquantumclub/map-backend
Map project reference server implementation
api backend graphql graphql-server typescript
Last synced: 04 Jan 2026
https://github.com/ulasahin/hotelmanagementwebsite
Hotel management website made with Angular and Spring Boot.
angular angular-cli backend frontend hotel-booking hotel-management-system java javascript spring-boot typescript web website
Last synced: 04 Jan 2026
https://github.com/nadilson-ifpe/dsmeta
Semana Spring React - DevSuperior. O projeto final está no seguinte link (aguardar alguns segundos para que a Heroku reative o acesso ao back-end, que é pausado após 30 minutos sem acesso): https://dsmeta-nadilson.netlify.app/
back-end backend front-end frontend java javascript react spring-boot sql typescript
Last synced: 09 Apr 2026
https://github.com/muhamed-hassan/rmm
Richardson Maturity Model 🤔 👌 🧠 🏗 📝 📐 📏
backend black-ops fucken-private-sector-leaks global-counter-terrorism global-terrorism-of-corrupted-investors-tribes java rest rmm spring-boot
Last synced: 14 May 2026
https://github.com/pedro-donoso/npm
Citas médicas de Pacientes: Creación de servidor y escucha de puerto. Se conecta con API randomuser y se muestra por terminal con color: ID pacientes, fecha , hora de su cita médica y nombre del paciente.
Last synced: 18 Apr 2026
https://github.com/flazefy/kumande_api
Kumande is consume management apps. So you can list and analyze your consume food or drink. Make a budget to set limit of spending. Analyze your health and sync it with your daily consume. Also you can create reminder to remind your daily food schedule or many more. This is the BE apps, created using Laravel
backend cronjob firebase firebase-cloud-messaging firebase-realtime-database laravel line-bot migrations mysql php rest-api seeding swagger telegram-bot unit-testing
Last synced: 05 May 2026
https://github.com/bredalis/portfolio
👩🏻💻 Web portfolio that talks about me as a programmer 👩🏻💻
backend css flask frontend html job js junior me portfolio portfolio-page portfolio-site programmer programmer-junior python web
Last synced: 11 Apr 2026
https://github.com/mmaitland1/city-hive_mysms-messenger
This repo is my submission for MySMS Messenger, a full-stack app with Angular & Rails. It allows users to send/view SMS via Twilio, with features like auth, deployment, and webhooks.
angular backend frontend javascript mongodb rails rails-application ruby sms twilio typescript
Last synced: 08 Apr 2026
https://github.com/franciscoylderlan/shopper-price-update-tool
Projeto de uma ferramenta de atualização de preços baseada em leitura de arquivo CSV, com validações e regras definidas pelas áreas envolvidas. Ela utiliza Node.js como backend, React.js como frontend e MySQL como banco de dados, proporcionando uma solução completa para o processo de atualização de preços de produtos. [em produção]
backend csv-parser datagrid desestruct frontend multer mysql nodejs react
Last synced: 11 Apr 2026
https://github.com/tejada1970/trabajo-php-curso-masterd
Este es un trabajo obligatorio que realicé durante mi formación en el (Instituto Tecnológico MasterD) con el (Curso Superior en Programación de Páginas Web) en 2022/2023. Este trabajo representa una clínica veterinaria ficticia.
backend educational-project frontend full-stack git mysql php8 tejada1970 xampp
Last synced: 08 May 2026
https://github.com/leisurelyleon/cosync
Real-time collaborative editor — multiple users edit a shared document live, with presence (who's online + live cursors). Rust WebSocket server (axum/tokio) holds authoritative room state and broadcasts ordered edits; Next.js/TypeScript frontend. Backend on Fly.io, frontend on Vercel.
backend broadcast editor flyio frontend nextjs rust typescript vercel websocket
Last synced: 07 Jul 2026
https://github.com/tqt97/24hnews
Application 24h news use Laravel Framework
backend blog laravel laravel-framework news vuejs
Last synced: 06 May 2026
https://github.com/aldruin/asp.net.core-mvc-cash-control-app
aplicação web utilizando mvc
aspnetcoremvc backend csharp dotnet fullstack razor-pages
Last synced: 18 Apr 2026
https://github.com/b1on1kkk/node-toolkit
Расширяем кругозор: Node.js, JavaScript и база backend'а, которую меня спрашивали на собесах
Last synced: 28 Feb 2025
https://github.com/anthonyrovira/marvel-backend
Marvel API Explorer - Backend
backend backend-api expressjs marvel marvel-api nodejs
Last synced: 12 Apr 2026
https://github.com/anthonyrovira/airbnb-backend
Backend - Airbnb app replication made in the context of an exercise during Le Reacteur Bootcamp.
airbnb backend expo expressjs mobile-app nodejs react-native
Last synced: 09 Apr 2026
https://github.com/android10/instapixel
This is complete project which demonstrates how to architecture a modern application which includes a serverless backand plus android and web client.
android architecture backend continuous-delivery continuous-deployment continuous-integration development docker engineering ios microservices monitoring nodejs project python scala security serverless testing web
Last synced: 09 Apr 2026
https://github.com/brunin12/quizrunner
Quiz Runner is a web application designed to facilitate quiz-based learning. Originally conceived by BrunoSoft at the age of 11, the project came to fruition two years later. This interactive quiz platform covers a range of topics, allowing users to test their knowledge in various domains.
backend brunosoft client frontend quiz quiz-app quiz-game server
Last synced: 25 Aug 2025
https://github.com/jmr85/events-backend-nodejs
Microservicio de users
api-rest backend expressjs nodejs
Last synced: 11 Apr 2026
https://github.com/mvaibhav131/schedule-management-system
backend assignment
api assignment backend controllers cors expressjs jest-tests middleware nodejs nodemon requests router routes schedule-meetings schedule-tasks testing
Last synced: 09 Apr 2026
https://github.com/marccelo125/growdev-exercicios
📚• Hub dos exercícios realizados durante o curso Desperta.dev na Growdev patrocinado pela Sicredi Pioneira. A duranção do curso consta com 12 meses para formação de programador web full stack
apis backend css exercises frontend html javascript laravel php portifolio-page studies typescript vuejs
Last synced: 11 Apr 2026
https://github.com/ameer2000mzori/form-formik-yup-mern
"Formik-Yup-MERN" is a project created with React, styled using Styled Components and Tailwind CSS. It utilizes Node.js and Express.js for the backend, with additional packages such as Axios and React Query integrated. You can download the project or check out sample images.
backend expressjs formik frontend fullstack jsx nodejs prettier reactjs reactqueryv4 styled-components tailwindcss yup
Last synced: 11 Apr 2026
https://github.com/bravol/e-commerce-shop-in-react
This is E-commerce shop build using React js, Redux,redux tool kit for frontend(Client-side), and firebase for backend(Admin). It teaches how to develop yourself from beginner to advanced React developer. It includes custom hooks, React hooks, redux for state management et.c. You will need to create your own .env variables of firebase, email js
backend firebase frontend reactjs redux
Last synced: 11 Apr 2026
https://github.com/zabavb/product-manager
Product Manager is a Windows Forms application developed in C#. It leverages Azure Blob Storage for managing and storing product-related data. This project demonstrates file management and cloud storage integration using Microsoft's Azure Blob Storage services.
app app-backend application async asynchronous azure azure-blob-storage azure-storage back-end backend csharp csharp-app csharp-code oop oop-in-csharp windows-forms winforms
Last synced: 10 Mar 2026
https://github.com/rohanul-haque/superio-job-portal
A full-stack job board where recruiters can post & manage jobs 🏢, and candidates can apply, upload resumes 📄, and track applications. Built with MERN (MongoDB, Express, React, Node.js) for seamless hiring! 🚀
backend express frontend full-stack full-stack-job-portal-website full-stack-job-website job-portal mern-job-portal mongodb nodejs react
Last synced: 09 Apr 2026
https://github.com/anibulus/websocket.net
backend csharp dotnet-core web websocket
Last synced: 02 Jan 2026
https://github.com/sreecodeslayer/logzio-elixir-backend
Elixir logging backend that sends your logs to Logz.io using the https bulk input
Last synced: 19 Feb 2026
https://github.com/popcodelab/mdd_mvp
Minimized social network for developers - MVP (Minimum Viable Product)
angular angular-material backend flexbox-css java jpa json jwt-authentication jwt-token material-ui oauth2 reactiveforms rest-api restful scss spring-mvc spring-security springboot sql
Last synced: 10 Mar 2026
https://github.com/kurogamidesuu/todolist-with-backend
📝 Full-stack Todo List app with user authentication, profile picture upload, and personal task management. Built using Node.js, Express, MongoDB, EJS, JWT, and Multer.
backend bcrypt ejs expressjs fullstack javascript jwt jwt-authentication mongodb mongoose multer nodejs
Last synced: 11 Apr 2026
https://github.com/saad662/twitter-backend
Twitter Backend: A Node.js project that simulates the backend functionality of Twitter, including user management, tweets, and passwordless authentication using SendGrid and JWT tokens.
Last synced: 16 Aug 2025
https://github.com/vishwa-glitch/user-management
A RESTful API for user management with features like registration, authentication, profile updates, account deactivation, and admin controls. Built with Node.js, Express, and MongoDB, featuring JWT authentication and secure role-based access.
backend express-js jwt-authentication mongodb nodejs restful-api
Last synced: 09 Apr 2026
https://github.com/xaxtric7/xo_node.js
📌This repository is dedicated to practicing and experimenting with Node.js concepts
Last synced: 08 Mar 2025
https://github.com/billyfrcs/notesappapi
Testing to Deployed the Back-End Notes App API in Google Cloud Platform.
api backend compute-engine dicoding dicoding-academy google-cloud-platform javascript nodejs postman rest-api restful-api vm-instance
Last synced: 07 May 2026
https://github.com/w3yyb/backends-frontend
后端程序员的前端开发流程与正确姿势.
back-end backend front-end front-end-development frontend npm webpack
Last synced: 09 Apr 2026
https://github.com/maximilianotrz/ecommerce_java_springboot
Ecommerce realizado como Proyecto Final en Taller de Programación Avanzada UTN FRM - Java, Spring Boot, MySQL, Thymeleaf
backend java jpa-hibernate mvc springboot sql
Last synced: 01 May 2026
https://github.com/arnab012/blogs_website
This is an Blog website where u can find and post the lastest Blogs and Upadte and delete them u can use it as a TOdo also
backend js mongodb netxjs14 react shdcn tailwindcss
Last synced: 11 Apr 2026
https://github.com/johnntirintis/meta-backend-software-development-course
Comprehensive collection of projects, assignments, and code snippets from the Backend Software Development course by Meta. Covers a broad spectrum of technologies and frameworks in backend development, including REST APIs, databases, and server management.
api backend backend-software-development crud django drf meta oop python rest rest-api
Last synced: 18 Jan 2026
https://github.com/abderrahmanehamim/gilabs---systeme-de-gestion-des-laboratoires-de-l-ensam-rabat
L'objectif principal de GiLabs est d'optimiser la gestion des laboratoires au sein de l'ENSAM Rabat en proposant une plateforme centralisée pour la gestion des ressources matérielles et la documentation des travaux pratiques. Cette application offre une solution complète pour : - Documenter tous les matériels disponibles dans chaque laboratoires
backend bootstrap css devops frontend html-css-javascript java javascript spring-boot spring-mvc spring-security thymleaf webapplication
Last synced: 08 Apr 2026
https://github.com/chingu-voyages/v44-tier3-team-29be
Artemis - A crowd-sourced web application aimed at assisting stray animals and reducing their number on the streets. | Project completed during Chingu's 44th Voyage. | Backend
backend crowdsourcing expressjs fullstack mern-stack mongodb nextjs nodejs reactjs typescript
Last synced: 10 Apr 2025
https://github.com/chronosgit/javary
Javary is a secure, Java-based personal diary application built with a client-server architecture. It enables users to create, store, and retrieve encrypted diary entries over a network, ensuring privacy and data persistence.
backend client cryptography diary frontend java jdbc junit mockito networking secure server slf4j testing
Last synced: 16 Aug 2025
https://github.com/alanzhaoxdd/mall-ecommerce-system
本项目是一套Mall System 后端框架,基于 Spring Boot 构建,集成 Redis、Elasticsearch、RabbitMQ、MinIO 等常用中间件,适合作为后端项目基础模板。
backend elasticsearch java minio mongodb mybatis rabbitmq redis scaffold spring-boot starter-kit swagger
Last synced: 11 Apr 2026
https://github.com/bimalxme/djangoempapp
The project uses Django with Python for backend logic and routing, leveraging Django ORM for seamless CRUD operations on an SQLite database. HTTP requests (GET, POST, DELETE) manage client-server interactions, while HttpsResponse ensures appropriate status codes and data handling for smooth communication.
backend django orm python sqlite
Last synced: 28 Jun 2025
https://github.com/cookyman74/iam_server
IAM Server - 통합 OAuth 인증 서버 🌐 Google, Apple, Kakao, Naver와 같은 주요 OAuth 제공자와 통합된 인증 솔루션을 제공하는 강력한 NestJS 기반 백엔드 서버입니다. 안전한 인증 및 확장 가능한 구조를 지원합니다.
authentication backend jwt nestjs oauth2 prisma security typescript
Last synced: 18 May 2026
https://github.com/hund-studio/wp-ts-react
Wordpress /w React + Typescript starter
backend frontend react scss template typescript webpack wordpress
Last synced: 11 Apr 2026
https://github.com/md-abid-hussain/backend-dev
Learning backend development with node, express and mongodb
Last synced: 11 Apr 2026
https://github.com/agoston-io/agoston-postgraphile
GraphQL backend stack (100% open-source) with all you need in one place. Opinionated implementation of Postgraphile.
backend graphql-server postgresql
Last synced: 03 Jan 2026
https://github.com/anhvu2889/miu-cs425-crs-service
Backend service for the car rental system using Spring Boot, Spring Security, and H2 Database, providing RESTful APIs for managing cars, customers, and rentals.
assignment backend car-rental-system service spring-boot spring-data spring-security
Last synced: 21 Feb 2026
https://github.com/gme-sh/gme.sh-api
long url go brr | Backend
backend backend-api backend-services rest-api url-shortener
Last synced: 27 May 2026
https://github.com/jav-dev-code/firebase-project
SignUp/LogIn Form with Google Authentication Reset Password and LogOut Functionality with Welcome Page Using FireBase
authentication backend database firebase js
Last synced: 11 Apr 2026
https://github.com/0xapp123/marketplace_indexer
Welcome to the NestJS NFT Marketplace project! This is a full-stack application built using NestJS, Prisma, and PostgreSQL.
backend marketplace nest postgresql prisma
Last synced: 07 Mar 2026
https://github.com/siddheshwari19/organic-farmers-community
A website for the farmers to take up organic farming and form a community and interact with each other and trade their products in the marketplace portal.
backend css database eclipse farmers-markets frontend html java javascript jdbc jsp localhost mysql-database organic-agriculture tomcat-server website
Last synced: 05 Mar 2025
https://github.com/gabriel-logan/teste-inmeta-back-end-pleno
API de Gerenciamento de documentação de colaboradores
Last synced: 02 Sep 2025
https://github.com/rijalghodi/nest-basics
Playground to play with NestJS framework.
backend design-patterns nestjs typescript
Last synced: 17 May 2026
https://github.com/mvaibhav131/sendemails_aws-ses
send email using aws-ses , aws-sdk , aws-sdk/client-ses
api aws aws-sdk aws-sdk-javascript aws-ses backend cors email-sender emailjs expressjs nodejs sendmail
Last synced: 11 Apr 2026
https://github.com/rahulkrsharma2004/myntra-full-app-clone
"Our project, the 'Myntra Full App Clone,' is a faithful recreation of the renowned fashion e-commerce platform, Myntra. With meticulous attention to detail, we've replicated Myntra's intuitive user interface, extensive product catalog, and seamless checkout process. This clone offers users a comprehensive shopping experience.
axios backend chakra-ui css express-js frontend github html js json-server jsonwebtoken mongodb-atlas mongoose netlify node-js railway reactjs
Last synced: 04 Apr 2026
https://github.com/hectorpulido/wasm-conways-game-of-life
rust + wasm + javascript + conway's game of life
Last synced: 16 Apr 2025
https://github.com/adidem23/code-craft_final
This is Project I have blended AI for generating Solidity Smart Contracts and You can Actually generate , Test Smart Contract with This Code Craft
backend chatgpt chatgpt-api frontend reactjs solidity uiverse
Last synced: 11 Apr 2026
https://github.com/hectorpulido/simple-twitchbot
Simple twitchbot made with C# and IRC
Last synced: 16 Apr 2025
https://github.com/fifolio/asteroid
Explore the cosmos with ChatGPT, an AI-powered author bringing you captivating articles on Space and Astronomy. Backed by Appwrite, and embark on an interstellar journey of knowledge. Unveiling the secrets of the universe has never been more captivating!
api appwrite backend blog chatgpt cloudinary figma frontend fullstack react render space tailwindcss vite
Last synced: 11 Apr 2026
https://github.com/solguru310/solana-nfts-staking-example
Decentralized #NFTs #staking platform for #Solana NFTs, #pNFTs, and #cNFTs, featuring seamless integration of #smart #contracts, a robust #backend, and an intuitive #frontend for a streamlined user experience.
backend cnft-staking-smart-contract frontend nft nft-staking pnft-staking-smart-contract solana staking
Last synced: 15 Apr 2026
https://github.com/speakerblack/raptor-backend
Search and download music from YouTube as MP3 files with all metadata tags
backend cocomo downloader ffmpeg metadata mp3-downloader mp3-tags music music-downloader python search-music youtube-downloader
Last synced: 31 Mar 2025
https://github.com/wodamineralna/s11-understanding-sequelize
S11 Understanding Sequelize
backend express javascript learning mvc mysql nodejs practice sequelize
Last synced: 10 Apr 2026
https://github.com/shivlalsharma/online-voting-system
Online Voting System is a secure web application that allows users to register, log in, and participate in online voting. It includes features like email verification, password reset functionality, and a voting page to cast votes in elections.
backend css email-verification frontend html javascript mysql online-voting-system php voting web-development
Last synced: 28 Feb 2026
https://github.com/vsl-lang/llir
LLIR: Graph Optimizing LLVM-targetted backend
Last synced: 05 Oct 2025
https://github.com/crispengari/firebase-authentication-vue3.js
This is a simple application that allows authentication for different auth providers such as google, facebook etc using `Vue.js` 3.
backend css firebase google html javascript vue webdev
Last synced: 09 Apr 2026
https://github.com/shivankk26/restful-api
In this Project, I've built a RESTful API which consists of ready made database, and has been mentioned below. With the help of Express.js Routes this project was made quite easily.
backend ejs expressjs javascript mongodb mongoose nodejs rest-api
Last synced: 10 Apr 2026
https://github.com/alef-basilio/mongodb-api---backend---08-2024
A connection with a non-relational database that can be used by users. Node.js, Express.js, JavaScript and MongoDB.
back-end backend javascript js mongodb mongoose nodejs
Last synced: 29 Apr 2026
https://github.com/igorbenav/crudadmin
Modern admin interface for FastAPI with built-in authentication, event tracking, and security features
admin admin-dashboard admin-panel backend crud fastapi pydantic pydantic-v2 python sqlalchemy
Last synced: 02 Mar 2025
https://github.com/danilo-01-code/linear_regression_from_scratch
This project implements a Linear Regression from scratch using Numpy and Matplotlib. The goal is to help students and data professionals understand the inner workings of machine learning models.
backend data-science machine-learning machine-learning-algorithms python3
Last synced: 31 Mar 2025
https://github.com/emnetdegafe/allesoverfilm-backend
AllesOverFilm-backend is part of the AllesOverFilm mobile app development project and contains the database structure, server query scripts, and Sequelize-cli database structures.
backend data data-model express postgresql sequelize-cli
Last synced: 11 Apr 2026
https://github.com/kenttonino/sw-node-integration
A Node.js backend playground that integrates with different technologies.
aws-s3 backend dependabot expressjs jest mongodb multer nodejs openai-chatgpt restful-api typescript unit-test
Last synced: 11 Apr 2026
https://github.com/egomobile/node-http-server
Very fast alternative to Express.js, with simple routing and middleware support for Node.js
backend connect controllers express express-js express-middleware expressjs http http-server javascript js middleware mvc mvc-pattern node node-js nodejs server ts typescript
Last synced: 05 Oct 2025
https://github.com/alerzendee/cursocoderhousebackend
Curso de Back-End na CoderHouse, Turma #63515 de 2024.
backend coderhouse coderhouse-desarrollo-backend programming-exercises programming-languages
Last synced: 20 Mar 2026
https://github.com/chimpdelivery/chimpdelivery
Build/Deliver Unity3D Projects
appstoreconnect-api aws-s3 backend ci-cd cloudflare dashboard ftp github-api jenkins-api laravel testflight-api unity3d
Last synced: 03 Feb 2026