Projects in Awesome Lists tagged with backenddevelopment
A curated list of projects in awesome lists tagged with backenddevelopment .
https://github.com/xuchengsheng/spring-reading
涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。
annotations awareinterface backenddevelopment java javabackend mybatis mybatis-plus opensource servlet sourcecodeanalysis spring spring-aop spring-boot spring-cloud spring-data-jpa spring-security springboot2 springframework springmvc web
Last synced: 14 May 2025
https://github.com/marouane-elgoumiri/blog_app_springboot
Spring Boot MVC project
backenddevelopment java postgresql spring-boot
Last synced: 13 Oct 2025
https://github.com/tanzeebul-tamim/fluffy-friends-server
This repository contains the server-side codebase for the web application named Fluffy Friends, a soft toy marketplace. Serving as the backend component of the project, it encompasses the logic, APIs and database interactions necessary to power the website's functionality.
backenddevelopment expressjs javascript mern-stack mongodb nodejs restful-api web-development
Last synced: 10 Apr 2026
https://github.com/tanzeebul-tamim/the-bengal-chefs-pantry-server
This repository serves as the server-side API for "The Chefs' Pantry" website, built with Node.js and Express.js.
backenddevelopment expressjs javascript mern-stack nodejs restful-api web-development
Last synced: 09 Apr 2026
https://github.com/priyankasingh2907/laravelautherisation
This project showcases a comprehensive implementation of authorization and middleware in a Laravel application. The focus is on demonstrating how to manage user permissions and protect routes using Laravel’s built-in authorization features and custom middleware.
apisecurity authentication authorization backenddevelopment code developers fullstackdevelopment laravel laravelprojects middleware opensource php softwareengineering webapps webdevelopment websecurity
Last synced: 26 Feb 2025
https://github.com/saeedkohansal/php-session-full-tutorial
A session is a way to store and manage user-specific information across requests. It involves assigning a unique ID to each client and storing data on the server. This maintains state for users, such as login status or shopping cart contents. In programming, it refers to a period of interaction between a user and a system, commonly used in web...
backend backenddevelopment gilgeekify howto howtocode php php-session php-sessions phpsessid phpsession programming server server-side serverside session-cookie tutorial web-development webbrowser webdeveloper webdevelopment
Last synced: 13 Oct 2025
https://github.com/syamreddy99/datavisualazation
A data visualization dashboard designed to provide interactive and insightful visualizations using data from `Data.csv`. Built with a Java Spring Boot backend and React.js frontend, this project showcases various metrics such as intensity, likelihood, relevance, and more, with dynamic filters and charts for in-depth data analysis.
backend backenddevelopment datavisualization-project java mysql rest-api spring springboot
Last synced: 18 Nov 2025
https://github.com/jaimin-bariya/flask-sqlalchemy-guide
Welcome to the Flask-SQLAlchemy Complete Guide Repository! 🚀 This repository is your ultimate resource for mastering Flask-SQLAlchemy—from beginner-friendly tutorials to advanced features and best practices. Whether you're building simple web applications or complex database-driven projects, this guide has everything you need to succeed.
backenddevelopment database flask flasksqlalchemy opensource orm python sqlalchemy webdevelopment
Last synced: 05 Apr 2025
https://github.com/tanzeebul-tamim/pmbia-server
This repository hosts the server-side codebase for the PMBIA website. Serving as the backend component of the project, it encompasses the logic, APIs, user authentication and database interactions necessary to power the website's functionality.
backenddevelopment expressjs javascript jwt mern-stack mongodb nodejs restful-api web-development
Last synced: 01 Apr 2025
https://github.com/luispiquinrey/luispiquinrey
"Personal repository showcasing my backend development profile and the technologies I work with, such as Java, Spring Boot, and Hibernate. 💻🚀"
backend backenddevelopment hibernate java javadevelopment programming software-engineering spring spring-boot
Last synced: 04 Mar 2025
https://github.com/marcdziersan/thats_me
👋 Marcus Dziersan – Umschüler zum Fachinformatiker für Anwendungsentwicklung mit über 20 Jahren Leidenschaft für Webentwicklung. Erfahren in HTML, CSS, PHP, JavaScript, sowie MySQL/SQLite, XML und JSON. Arbeitet an neuen Projekten, um Fortschritte zu dokumentieren und die Community einzubinden. 🚀
apis backenddevelopment css frontenddevelopment fullstackdevelopment html js json mysql php sqlite webdevelopment xml
Last synced: 07 Apr 2026
https://github.com/waldohidalgo/exercise-tracker
Repositorio con el código solución al proyecto requisito obligatorio número 4: Exercise Tracker para obtener la Back End Development and APIs de Freecodecamp
backenddevelopment exercise-tracker exercise-tracker-challenge express freecodecamp freecodecamp-project mongodb mongodb-atlas mongoose
Last synced: 15 Apr 2026
https://github.com/devpablooliveira/matrixplore
Web app for processing, uploading, and downloading matrices using FastAPI. Users can upload CSV files, manually input data, and download pre-set matrices. Includes analysis of matrix properties like functionality, injectivity, and surjectivity, with support for matrix combinations and transpose calculations. Built with FastAPI and Jinja2.
academictools algorithms backenddevelopment csv dataprocessing fastapi jinja2 jinja2-templates manipulation mathematics matrixoperations python templates webapplication
Last synced: 05 Apr 2025
https://github.com/vikramgujar/springrootx
Mastering Spring Core from the Ground Up! SpringRootX is a dedicated repository where I'll be updating Spring Core concepts one by one with real-world examples for better understanding. From IoC, DI, AOP, JDBC, ORM, MVC, to Spring Security, this repo covers it all! Stay tuned for structured learning and hands-on projects.
backend backenddevelopment dependency-injection ioc java javadevelopment javaee microservice rest-api software-development spring spring-container springannotations springbean springcore springframework springmvc
Last synced: 17 Apr 2026
https://github.com/daoud-hussain/learning-management-system
A LMS created using Express.js
api-rest backenddevelopment expressjs routing
Last synced: 25 Feb 2025
https://github.com/alisamirali/chess-nodejs
Online multiplayer chess game
backenddevelopment javascript javascriptdeveloper nodejs nodejsdeveloper
Last synced: 07 Apr 2025
https://github.com/that-prod-guy/learning-management-system
A LMS created using Express.js
api-rest backenddevelopment expressjs routing
Last synced: 13 Aug 2025
https://github.com/nagipragalathan/todoapidjango
This project is a Django REST API application that manages Todos and Categories. It provides endpoints for creating, listing, updating, and deleting Todos and Categories. The project uses Django, Django REST framework, and PostgreSQL.
api backenddevelopment django djangorestframework mangodb opensource projectmanagement python taskmanagement todoapi
Last synced: 22 Aug 2025
https://github.com/felipemdutra/url-shortener-service
URL Shortener
backend-dev backend-development backend-service backenddevelopment ejs-express express-js expressjs front-end front-end-development frontend frontend-development javascript nodejs service sqlite sqlite3 webdeb webdevelopment
Last synced: 10 Apr 2026
https://github.com/init-io/javase
Javase is a simple, fast, and asynchronous Java library designed to streamline Firebase interactions, including Firebase Authentication, Database, and Storage. With easy-to-use APIs and seamless integration, Javase allows developers to quickly add Firebase functionality to their Java-based applications, keeping performance smooth and efficient.
android android-application android-studio asynchronous-programming backenddevelopment cloudbackend cloudstorage devtools firebase firebase-auth firebase-database firebase-realtime-database firebase-storage firebaseintegration gradle java javalibrary maven mobiledev
Last synced: 09 Apr 2026
https://github.com/mudassir-jmi/news-site
A news site with authentication system add post, delete post, update post using php as a backend and bootstrap as a frontend
backend backenddevelopment bootstrap bootstrap4 interviews php8
Last synced: 17 Jan 2026
https://github.com/lingo0017/pneumoniadetectionwebsite
A web-based platform that detects pneumonia from chest X-rays using AI. It offers accurate analysis, educational resources, and chatbot assistance.
backenddevelopment cnn-classification flask front-end-development javascript pneumonia-detection sqlalchemy tensorflow ui-design vgg19-model webdevelopment
Last synced: 10 Apr 2025
https://github.com/dhanushrichandrasekar/pneumoniadetectionwebsite
A web-based platform that detects pneumonia from chest X-rays using AI. It offers accurate analysis, educational resources, and chatbot assistance.
backenddevelopment cnn-classification flask front-end-development javascript pneumonia-detection sqlalchemy tensorflow ui-design ux-design vgg19-model webdevelopment
Last synced: 14 Apr 2026