Found 431 repositories(showing 30)
AndrewJBateman
:clipboard: PERN full stack todo app using PostgreSQL as a backend database with Express middleware React as the frontend and Node.js as the backend server. deployed to Heroku. Tutorial code by The Stoic Programmers (see 'Inspiration' below)
kafri8889
Todo list backend API Built with Kotlin Ktor framework with H2 as database
Ammar-Raneez
A Todo application using Angular as Frontend, Springboot as backend, and H2 database as persistence With session storage authentication
yuvrajnode
A secure Node.js API for user authentication and todo management using Express, MongoDB, and JWT.
Athiban-32
A TODO App which is based on CRUD Application and backend is connected with firebase database were data is stored
Ganiramadhan
The Todo List app is built with Supabase, Express, React, and Node.js. Supabase manages the database, Express handles the backend, and React provides a dynamic user interface for effective task management.
saidee-hasan
This is the backend API server for the PERN Todo Application built with Node.js, Express.js, and PostgreSQL. It provides RESTful endpoints for managing todo items and handles database operations.
vidalme
This project implements a serverless todo API that allows users to create, read, update, and delete todo items. The application is containerized and deployed on AWS Lambda, with DynamoDB as the database backend.
geegog
Todo Backend application in Elixir Phoenix Framework. Password encrypted using Argon2, JWT authorization implemented and project runs in docker container with Postgres Database and deployed to Heroku.
Kellswork
Golang Todo App is a simple todo app backend created to teach how to create CRUD REST APis with Golang and Mongo DB for database. I wrote about how to build a simple golang todo app and this is the github repository for the todo project built in the article.
StefanHritcu
Full-stack CRUD Todo List app using React for the frontend, Python for the backend, and MongoDB as the database. Simple and efficient REST API with full CRUD functionality.
ParasAtal
Express.js and MongoDB Todo App backend with Mongoose ODM. RESTful API, MongoDB Compass for database, and Postman for API testing. Explore, contribute, and use as a reference for Node.js and MongoDB projects.
darshanbajgain
Robust backend for a Todo List app built with Java and Spring Boot. Supports CRUD operations with RESTful APIs. Powered by Java 17 and Spring Boot 3.3.0, using JPA for data management. Supports H2 in-memory and MySQL databases. Scalable and secure foundation for modern web apps.
Master-utsav
No description available
itspgiri
Todo - Java Application with Swing UI Elements used for the front-end while using MySQL for the backend database.
cherobim22
TODO APP developed with Node (backend), Mongo (database) and React (front-end) with styled-components
MattCharles10
Todo App - Modern Task Management Backend A robust and scalable RESTful API for task management built with Ktor, featuring JWT authentication, real-time WebSocket updates, and PostgreSQL database.
tehila-shinfeld
This project is a Fullstack ToDo List application with a .NET Minimal API backend, MySQL database, and a React frontend, featuring CRUD operations for tasks and CORS configuration.
SupunPrabodha
A MERN stack-based Todo List application with a React frontend and Node.js/Express backend. Features include task creation, updating, and deletion, with MongoDB as the database. Simple and efficient for managing daily tasks.
lavanaya14
A Todo application is a basic CRUD (Create, Read, Update, Delete) app where users can manage their daily tasks. It helps you understand how to build a RESTful API using Node.js, interact with a MongoDB database, and perform backend logic with JavaScript.
andrescosta
An educational TODO application with a full-stack setup featuring React for the frontend, Java 21 and Spring Boot for the backend, Kubernetes for orchestration, PostgreSQL as the database, the Grafana observability stack, and KeyCloak for authentication and authorization.
Ved0715
A full-stack TODO application built with the PERN stack (PostgreSQL, Express, React, Node.js). Features include CRUD operations for task management using RestFul API, a responsive user interface, and seamless integration between the backend and database. Perfect for learning or deploying a simple task management solution.
moradadidi
My first full-stack web app is a todo list. Built with HTML, CSS, Bootstrap, and PHP for backend, alongside MySQL for database management. It offers user authentication and task management functionalities like add, delete, update, and mark as complete. Responsive and secure, it's an ideal introduction to full-stack development.
Master-utsav
No description available
aronherbel
Todo App with persistent database backend
dev-madhurendra
Todo application backend api in django ( user authentication ) with mysql database
rajdeep999
A simple todo application in flask with SQLAlchemy as backend database.
Amare-Mustafa
Basic Todo App with spring boot backend , react frontend and postgresSQL Database
oxide-byte
Simple Rest WebService Todo backend with authentication on Actix with KeyCloak. Database accessed with MyBatis.
AKHIL-DyC
Basic todo app with: express as backend,mongodb as database,vue as frontend