Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

CRUD

CRUD is an acronym that stands for create, read, update and delete in the context of database queries or HTTP verbs in case of REST APIs. | CRUD | SQL | HTTP | |-|-|-| | Create | INSERT | POST | | Read | SELECT | GET | | Update | UPDATE | PUT to replace, PATCH to modify | | Delete | DELETE | DELETE |

https://github.com/ehsundar/dopamine

General REST server for web and client app developers

android-development crud developer-tools ios-development mvp rest rest-api web-development

Last synced: 18 Dec 2024

https://github.com/h3ar7b3a7/djangocourse

Revisiting Python Django web framework nearly 10 years later with some help of freeCodeCamp.org.

bootstrap4 crud django heroku

Last synced: 25 Jan 2025

https://github.com/charleebrown/comment-app

An app that takes a username and comment and saves it to a mongodb database

crud dotnet mongodb vbnet winforms-application

Last synced: 10 Jan 2025

https://github.com/ahsannjavaid/un-portal

UN Portal is an educational portal where teachers register students and assign them with their academic record and students see their academic record by logging into their respective accounts. Please refer to README.md file to know more about this project.

academia admin crud education instructors students

Last synced: 30 Jan 2025

https://github.com/ttskch/pheetsu

PHP library to CRUDify Google Spreadsheets like sheetsu.com

api crud google-sheets sheetsu spreadsheets

Last synced: 15 Dec 2024

https://github.com/umbrellacrow612/nextjs-prisma-api-example

using Prisma and Next.js together to build a robust API that enables users to perform CRUD operations on data. By combining the flexibility of Next.js with the ease of use of Prisma, this API offers a scalable and efficient solution for web development projects. Check out the code and get started building your own API

api crud databases nextjs prisma sqlite

Last synced: 05 Feb 2025

https://github.com/barata-ribeiro/barataribeiro_blog

My blog for annotations and little 'hacks' that I found helpful in my programming journey.

api blog crud ejs ejs-express ejscript expressjs jwt mongodb mongoose node nodejs typescript

Last synced: 23 Jan 2025

https://github.com/gustavoherreronunes/appcrud-firebase

📱Aplicativo para registro e manutenção de dados de clientes de uma empresa fictícia, utilizando a plataforma Firebase. Desenvolvido durante as aulas de Programação para Aplicativos Mobile.

cordova crud firebase firebase-firestore javascript js mobile

Last synced: 26 Dec 2024

https://github.com/a-dera/juliacrudapp

A Genie (The highly productive Julia web framework) based Web Application for CRUD operations.

crud genie julia web-app

Last synced: 12 Jan 2025

https://github.com/traveltimn/flask-task-manager-project

Tutorial for Code Institute course: Flask + MongoDB with CRUD functionality

code-institute crud flask gitpod heroku mongodb python

Last synced: 12 Jan 2025

https://github.com/erossini/contorsouniversity5

Here I review and customize the CRUD (create, read, update, delete) code that the MVC scaffolding automatically creates for you in controllers and views in .NET5

asp-net-core asp-net-mvc aspnetcore crud net5 net50

Last synced: 12 Jan 2025

https://github.com/gustavoherreronunes/conectiondb

🗄 Este projeto visa fazer as operações de CRUD para manutenção de um banco de dados MySQL. Feito na ferramenta Window Builder do Eclipse IDE for Java Developers, desenvolvido como exemplo durante as aulas de Desenvolvimento de Sistemas.

crud eclipse eclipse-ide java mysql

Last synced: 26 Dec 2024

https://github.com/varejaodacarne/vanilla_node_api_rest

Full CRUD REST API using Nodejs with no framework

crud javascript nodejs rest-api

Last synced: 09 Jan 2025

https://github.com/thetoxin/reactiveclientcrud

Server: https://github.com/TheTOXIN/ReactiveServerCRUD

angular-9 angular-material animation crud reactive sse

Last synced: 17 Jan 2025

https://github.com/fityannugroho/contact-app

A simple contact android app. CRUD implementation using SQLite & Firebase.

android-app contacts-app crud firebase firestore sqlite

Last synced: 18 Dec 2024

https://github.com/pandeyankit123/fullstack-fitfromheart.com-crud

A Login page for gym developed with HTML, CSS, JS, Node.js and MongoDB to implement an API to Create, Read, Update and Delete a user from Database.

crud css expressjs html javascript mongodb mongoose nodejs restful-api

Last synced: 04 Feb 2025

https://github.com/nshahaf/ecommerce

React shopping cart app, with zustand state managment, responsive design and mobile navigation bar

cart crud react responsive-design scss zustand

Last synced: 12 Jan 2025

https://github.com/saili-shinde/employee_management_system

Employee Management (CRUD) System | Tech Stack: Java 17, Spring Boot, Spring MVC, Spring Data Jpa, Hibernate, Maven and MySQL

crud crud-application crud-operation employee-management-system hibernate java java17 maven mysql-database spring-boot spring-data-jpa spring-mvc

Last synced: 30 Jan 2025

https://github.com/tedjenkler/feedback-app-mern-tailwind

Project by Teodor Jenkler for Frontend Mentor's challenge is a social media site built with MERN stack and Tailwind CSS (Mobile-First). It features a login page with add/edit/remove functionality on posts, ability to add comments and replies, Redux Toolkit for state management, React Router for navigation, and animations. Fully responsive design.

animation crud mern-stack react tailwind vite

Last synced: 31 Jan 2025

https://github.com/gopher1980/gormcrud

This is the module for create CRUD in GORM (goland)

crud crud-api crud-generator go gorm gorm-sample module

Last synced: 23 Dec 2024

https://github.com/discoduroderoer/example-crud-nestjs

Ejemplo de un CRUD simple con Nest.js (sin base de datos)

create crud delete example nestjs read update usuarios

Last synced: 31 Dec 2024

https://github.com/humangrass/go_mysql

Web server on Go with simple CRUD API using MySQL database.

crud go gorilla gorm template

Last synced: 22 Dec 2024

https://github.com/ekramasif/nestjs_crud

This is a NestJS-based application that provides CRUD operations, authentication using JSON Web Tokens (JWT), managing entity relationships, and integration with a third-party API.

api authentication crud entity-relationships jwt mysql nestjs nestjs-backend nestjs-crud nodejs onetomany

Last synced: 10 Jan 2025

https://github.com/tsaikoga/cudify

The gem can help you create, update or delete a batch of records at once just like accept nested attributes.

crud ruby-on-rails

Last synced: 22 Dec 2024

https://github.com/marx-wrld/crud-operations

A create, read, update and delete application in php

crud php

Last synced: 12 Jan 2025

https://github.com/kavithma-thushal/mern-pos

This is self learning CRUD application using MERN stack.

crud mern self-learning

Last synced: 22 Jan 2025

https://github.com/kathleenwest/minimalwebapipizzastoretutorialdemo

Quick steps and demo code to quickly create a minimal web api with asp.net core and swagger setup. This project code is the result of a Microsoft Learn tutorial to build a web API with minimal API, ASP.NET Core, and .NET.

asp-net-core crud demo how-to mapget mappost microsoft-learn minimal-api minimal-web-api pizza pizza-app quick quick-start step-by-step step-by-step-guide swagger swagger-ui tutorial web-api webapi

Last synced: 23 Jan 2025

https://github.com/gustavocadev/deno-api-crud-mongodb

Example: Deno + MongoDB driver + Oak

crud deno mongodb oak typescript

Last synced: 10 Jan 2025

https://github.com/asma-hachaichi/groupinbox

Flutter-based mobile app leveraging Firebase Auth and Firestore to deliver categorized messaging experiences. Subscribe to topics of interest and never miss an update!

crud fcm-notifications firebase firebase-auth firebase-firestore firebase-messaging flutter flutterfire

Last synced: 06 Feb 2025

https://github.com/luismede/crud-customers

CRUD realizado em Python e MYSQL, simulando um sistema de cadastro de clientes.

crud database mysql python python3 sql

Last synced: 06 Feb 2025

https://github.com/blordeus/to-do-app

A To-Do list app made with React Chakra UI. My first attempt at a CRUD app

chakra-ui crud react todolist

Last synced: 10 Jan 2025

https://github.com/glaucia86/crud-node-redis

Desenvolvimento de uma app POC para fins de estudo relacionado a Node.js + Redis + MongoDb

crud mongodb nodejs redis restful-api

Last synced: 15 Dec 2024

https://github.com/indraxyz/nextjs-mui-expressjs-sequelize-mysql

understanding combination with Nextjs, Material Ui, expressjs, mySql, Sequelize.

crud expressjs javascript material-ui mysql nextjs reactjs sequelize-orm

Last synced: 30 Jan 2025

https://github.com/adydetra/laranuxt-front

🚀 Laravel x Nuxt - Front

crud laravel mysql nuxt

Last synced: 18 Jan 2025

https://github.com/mdazlaanzubair/contact-app-api

A Contact List MERN application protected with JWT authentication system.

authentication contact crud express javascript jwt list mongo node open source

Last synced: 10 Jan 2025

https://github.com/shikhargupta-75/todo-react-project

A simple and efficient Todo List application built with ReactJS and Bootstrap. Manage your tasks with ease using CRUD operations. Features include task addition, editing, deletion, and completion marking. Fully responsive design.

bootstrap5 crud crud-application interactive javascript json-server react-hooks reactjs responsive-design todo todo-app todolist webdevelopment

Last synced: 26 Dec 2024

https://github.com/imtiajahammad/cachingwebapi

We are building an asp.net core webApi project using net6.0 framework with using mssql server for db and Redis for cache in this project. We are using the Redis server in distributed cache form running in docker

crud csharp docker-redis dotnetcore entity-framework-core mssql-database net6 redis redis-cache

Last synced: 18 Jan 2025

https://github.com/muhdhanish/next_curd_api

This repository contains a simple Next.js application that demonstrates CRUD (Create, Read, Update, Delete) operations using local data. The application showcases a basic implementation of a CRUD system without any database.

api crud nextjs rest-api typescript

Last synced: 30 Jan 2025

https://github.com/joao-marco-jf/frankenstein-service

Frankenstein Service é uma aplicação backend em Rust usando Actix Web e PostgreSQL. Oferece endpoints para autenticação, verificação de tokens JWT e gerenciamento de tarefas. Configurável via .env e executável com Docker para fácil deployment e gestão.

actix-web api-rest authentication crud docker jwt postgresql rust

Last synced: 18 Jan 2025

https://github.com/pomxark/entitycrudexample

Пример CRUD операций

crud entity-framework-core

Last synced: 03 Feb 2025

https://github.com/mdcodelab/feedback-react-app-server-side-storage

A CRUD web app built with React that allows users to interact with a database of feedbacks through a user-friendly interface. It uses json-server as a backend and allows users to create, read, update and delete feedbacks using an API. It also allows users to edit the feedbacks they submitted

crud css3 framer-motion javascript json-server react

Last synced: 30 Jan 2025

https://github.com/websolutionstuff/laravel-9-react-js-crud-operation-example

This article will show the laravel 9 react js crud operation example. Here, we will learn how to create crud operation in laravel 9 using react js application. In the backend we will use laravel 9 and frontend we will use react js.

crud crud-application crud-operation laravel laravel-9 laravel-breeze laravel-vite laravel9 react react-crud-app react-js tailwind-css

Last synced: 05 Feb 2025

https://github.com/messsimo/krud_restaurant

Web for restaurant "Krud" in Iasi,Romania

api blade crud css git html javascript mysql php web website

Last synced: 18 Jan 2025

https://github.com/wlodpawlowski/simple-crud-application

Simple "CRUD" web-application for creating, reading, updating and deleting data from the database

crud crud-application database database-management mysql mysql-database mysql-server mysqli php php7 phpmyadmin

Last synced: 24 Jan 2025

https://github.com/bhathiya29/task-master---flask

📋 Tasks App - A simple and intuitive Tasks web application built with Python Flask and SQLAlchemy. Stay organized and focused by managing your tasks with this user-friendly app. 🚀 **Features:** - Add, edit, and delete tasks as completed. - Clean and intuitive user interface. - Tasks are stored persistently in a SQLite database. 🔧 *

crud flask python3 sql sqlite

Last synced: 22 Dec 2024

https://github.com/theryston/db-mycro

A node module with a json database that saves data in a specific directory, similar to sqlite, but in JSON

base crud data database db db-mycro javascript json jsondatabase nodejs nosql typescript

Last synced: 06 Feb 2025

https://github.com/albertho425/budget-app

A simple budget app that allows you to add income, expenses, and budget.

bootstrap budget crud javascript

Last synced: 09 Jan 2025

https://github.com/alexanderkhivrych/restfull-api-laravel-test

This is the test project on Laravel Framework. Project has a small databse structure, i wrote seeds and migration, also REST API for CRUD products, vouchers, discounts

boostrap crud laravel54 mysql php7 rest-api

Last synced: 10 Jan 2025

https://github.com/albertho425/js-to-do-app-with-api

A to-do app that also display's a user's temperature and country eomoji

bootstrap crud javascript to-do

Last synced: 09 Jan 2025

https://github.com/imvickykumar999/darkweb-flask-crud

Hosting dark-web-site only Sunday : https://www.youtube.com/watch?v=w9SDHiIlyfo

crud darkweb flask imvickykumar999 tor

Last synced: 29 Jan 2025

https://github.com/ifwhy/learning-c-and-cpp

Repositori ini berisi topik belajar C dan C++

asteroids-game c calculator cpp crud game

Last synced: 06 Feb 2025

https://github.com/rtasalem/todo-list-application

A containerised to-do list application which uses RESTful API consumption throughout to allow users to fetch, add, update, and delete tasks from a PostgreSQL database. Built using Node.js, Express.js, React.js, and PostgreSQL. Frontend, backend, and database are fully containerised using Docker.

amazon-s3 crud docker javascript jest mocha nodejs pgadmin4 postgresql reactjs rest-api selenium sequelize

Last synced: 25 Dec 2024

https://github.com/imvickykumar999/currency-collection

Performing CRUD Operation on my old coins.

clean-code coin-collecting crud flask imvickykumar999 sqlite3

Last synced: 29 Jan 2025

https://github.com/websolutionstuff/laravel-9-rest-api-with-passport-authentication

we will see an example of laravel 9 REST API with passport authentication. Also, perform CRUD operation with laravel 9 REST API.

authentication crud crud-operation laravel laravel9 passport rest-api restful-api

Last synced: 05 Feb 2025

https://github.com/servicespack/users-api

👥 Users microservice ready and flexible for your system

api api-blueprint crud microservice mongodb nodejs

Last synced: 09 Jan 2025

https://github.com/robert-ds/app-books-php

App for sharing free books

application crud crud-application php7 site

Last synced: 22 Dec 2024

https://github.com/thanmaisai/ecommers

E-Commerce web application designed to handle CRUD

bootstrap crud css html nodejs npm

Last synced: 24 Jan 2025

https://github.com/poonamkhatri/php-crud

php crud(create read update delete) using mysql

booru crud crud-application css msql mysql-database mysqli php php7 phpcrud webapp website

Last synced: 06 Feb 2025

https://github.com/tr1sm0s1n/gin-postgres-api

Gin API for CRUD operations in PostgreSQL.

api crud docker docker-compose gin gin-gonic go golang gorm postgres postgresql sql

Last synced: 05 Feb 2025

https://github.com/eugenepokalyuk/react-pryaniky

This project is a Single Page Application (SPA) built using React, Redux, Redux Saga, TypeScript, and Material-UI. The application consists of an authentication page and a data table that allows users to perform CRUD operations on records fetched from an API.

crud material-ui react redux redux-saga typescript

Last synced: 19 Jan 2025

https://github.com/saintzet/cardboxcompanymanagement

WPF application for CRUD operations with a third-party API and own database.

api clean-code crud datagrid decorator dependency-injection http-client mvvm sql-client wrapper

Last synced: 23 Dec 2024

https://github.com/arhcoder/crud

🎓 Generic NodeJS + MySQL CRUD on Boostrap HTML template...

boostrap crud css generic html javascript mysql nodejs

Last synced: 10 Jan 2025

https://github.com/leonardomenezes7/tasks-api

This task management API was developed using pure Node.js, without any external dependencies. The API provides a simple and efficient solution for managing tasks, allowing you to create, read, update, and delete (CRUD) tasks.

api crud csv-parser nodejs

Last synced: 31 Jan 2025

https://github.com/char2sgu/nest-access-policy

Declarative and centralized access control.

access-control api crud declarative nestjs permissions rest restful typescript web

Last synced: 24 Jan 2025

https://github.com/mementomori11723/mongo-crud

A Demo application to understand how we can build and use crud api using express

crud express mongodb nodejs

Last synced: 26 Dec 2024

https://github.com/dannjohnrem/comment-blade-microblog

A simple commenting system utilizes basic CRUD functionality. This project aims to practice and enhance other aspects in my arsenal.

crud email-sender html-css-javascript laravel10 tailwind-css

Last synced: 10 Jan 2025

https://github.com/nubisub/wengdevproject

Project Akhir Pemrograman Web

basic crud html-css-javascript php

Last synced: 24 Dec 2024

https://github.com/adityapurwa/vuex-laravel-crud-component-responsible-example

Study case on CRUD implementation with Laravel and Vuex which the component is responsible for interacting with servers and using events to request more dedicated component to handle certain interaction with servers.

crud laravel vue

Last synced: 19 Jan 2025

https://github.com/kristerkari/observable-redux-json-api-example

A minimal example to show how to use observable-redux-json-api library using React and Express.js.

crud demo-app example-app json-api react redux redux-observable rxjs

Last synced: 16 Dec 2024

https://github.com/melardev/javaspringbootauth0jwtcrud

Java Spring Boot Crud application secured with Jwt using Auth0 Library

auth0 crud full-stack fullstack java jwt spring-boot

Last synced: 25 Jan 2025

https://github.com/mattowings/asp.net-newsnetworkwebapplication

ASP.NET Web Application that mimics a common news website, using CRUD to allow anyone to create, read, update, and delete articles.

asp-net asp-net-core c-sharp crud cshtml front-end ms-sql-server razor-pages

Last synced: 18 Jan 2025

https://github.com/kitchanismo/kitchanime-reactjs

a cms for animes release

context crud hooks jwt react

Last synced: 01 Feb 2025

https://github.com/lukmanrambe/git-intro

Simple CRUD Web with PHP and MySQL

composer crud database mysql php

Last synced: 16 Dec 2024

https://github.com/fjerbi/ultimateblog

The ultimate blog, a package that will allow you to integrate a blog systemin your Laravel Application with likes/ dislikes on posts, comment system,Notification system, author profile and views count

blog blog-package blogging blogsystem crud larablog laravel laravel-blog laravel6 likes-count notifications package

Last synced: 10 Jan 2025

https://github.com/nicolaspearson/rust.heroes.api

A simple REST API that provides CRUD operations on a hero object, it was built using Rust and PostgreSQL.

crud diesel docker postgresql rest-api rocket rust serde

Last synced: 17 Jan 2025

https://github.com/druchill/crud-java-mysql

Crea un CRUD bastante fácil pero INCREIBLE

crud crud-api html-css-javascript netbeans-ide spring-boot vscode

Last synced: 20 Nov 2024

https://github.com/andresfernandez89/app-apirest-nodejs-mongodb-expressjs-passport

crud-dao-express-ejs-mongodb-passport-websockets-nodemailer-twilio

crud expressjs javascipt mongodb nodejs nodemailer passport twilio websockets

Last synced: 26 Dec 2024

https://github.com/akiidjk/youdoapi

Api for Todo application crated with Dart and Flutter

crud fastapi graph postgre python

Last synced: 26 Dec 2024

https://github.com/xreedev/hospital-mangement

A Java Spring Boot application for managing hospital operations, including patient records, staff details, and medical procedures. It provides RESTful APIs and CRUD operations for efficient management.

beginner beginner-project crud h2-database hospital java java-spring java-spring-mvc java-springboot jpa-repository rest-api spring-mvc

Last synced: 17 Jan 2025

CRUD Awesome Lists
CRUD Categories