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/zoelabbb/go-crud-mysql

A simple CRUD project using Golang ✨

crud golang mysql planetscale project

Last synced: 27 Dec 2024

https://github.com/guaigua/toters

An application that allows teachers and students to register, manage courses, create a profile.

api crud

Last synced: 12 Feb 2025

https://github.com/offryan/javadaily-notes

Repositório para guardar meus códigos desenvolvidos na linguagem Java na matéria de "Laboratório de Desenvolvimento de Algoritmos" da faculdade de Ciência da Computação

array backend ciencia-da-computacao crud exercises framework java poo

Last synced: 21 Jan 2025

https://github.com/kha333n/crudmodule

This is a simple CRUD module for Laravel. It is a simple module that can be used to create, read, update, and delete records in a database. It will help you implement basic CRUD operations in Laravel with faster speed and better efficiency. Don't waste your time on repetitive basic tasks

crud crud-api crud-operation curd-starter-template laravel laravel-framework laravel-package laravelcrud

Last synced: 12 Feb 2025

https://github.com/sansekai/apotek

Source Code Aplikasi CRUD Sederhana Penjualan Apotek Menggunakan Java.

aplikasi-apotek crud java penjualan-apotek penjualan-apotik

Last synced: 18 Jan 2025

https://github.com/syahidfrd/simple-crud

Node.js Simple CRUD

crud nodejs

Last synced: 20 Jan 2025

https://github.com/kedarkk1/springboot-projects

Spring Boot, Angular (15), PostgreSQL, Hibernate ORM, JPA, Microservices, Eureka, OpenFeign, Flux, Mono, Streams. Collection of my Springboot projects Done so far - 1.QuizApp (v1 - monolithic, v2 - microservices), 2.ServerSideEvent- Flux & Mono,

angular angular15 api-gateway crud flux hibernate hibernate-jpa hibernate-orm java11 jpa microservice microservices-architecture mono openfeign postgresql quiz serverside-eventhandling spring-boot springboot streams

Last synced: 22 Jan 2025

https://github.com/viniciusmilk/crud-api

Simple CRUD API made in node with fastify and mysql to persist data, applications are running in containers created with docker and compose

composer crud crud-api docker docker-compose dockerfile fastify javascript mysql node nodemon

Last synced: 23 Oct 2024

https://github.com/mdsaad13/crud-redbean

Examples of crud operation with classes using redbean ORM

bootstrap4 class crud crud-sample mdsaad13 oops php redbean redbeanphp

Last synced: 13 Jan 2025

https://github.com/markohautala/django-auth-crud-app

A Django application featuring CRUD operations and user authentication.

auth authentication crud crud-application css django django-application html javascript python

Last synced: 10 Nov 2024

https://github.com/walber-vaz/crud-go

Api rest usando go com framework gin-gonic

backend crud docker docker-compose gin-gonic go golang rest-api

Last synced: 11 Jan 2025

https://github.com/adrianomonteiroweb/golang-crud

Repositório de estudos em Golang com um projeto CRUD, Postgres e Docker.

crud docker gin go golang pg postgresql psql testify unit-testing

Last synced: 09 Jan 2025

https://github.com/keanteng/serpent-astral

💠 Order Processing Solution for Small/Medium Warehouses in Malaysia

chakra-ui crud graphql graphql-yoga nextjs order-management prisma sqlite tailwindcss typescript warehouse

Last synced: 20 Jan 2025

https://github.com/izaiasmorais/adonis-api

Uma simples API feita com o framework Adonis.js.

adonis5 adonisjs api crud

Last synced: 13 Jan 2025

https://github.com/abeatrizsc/parking-management-system-java

Sistema de Gestão de vagas de estacionamentos | Java, JDBC e MySQL

backend crud java jdbc mysql mysql-database

Last synced: 08 Jan 2025

https://github.com/osvaldokalvaitir/nodejs-shoe-store

:athletic_shoe: Shoe Store Application using Node.js, Express, CORS, ESLint, Mongoose, Mongoose Paginate, Insomnia, Docker and Robo 3T

crud nodejs produtos rocketseat starter

Last synced: 08 Feb 2025

https://github.com/cloudcmd/dropbox

dropbox files and folders crud

cloudcmd crud directory dropbox flask javascript nodejs

Last synced: 06 Nov 2024

https://github.com/moll/node-heaven-sqlite

Heaven.js's Data Mapper for SQLite. CRUD API that parses and serializes your models to and from SQLite.

crud data-mapper heaven sqlite

Last synced: 15 Nov 2024

https://github.com/raharrison/spring-boot-crud-api

The simplest CRUD API with Spring Boot

api crud easy liquibase rest-api simple spring spring-boot

Last synced: 27 Jan 2025

https://github.com/danhiel98/crudentityframework

Ejemplo de CRUD utilizando Entity Framework 6

crud csharp entity-framework

Last synced: 22 Jan 2025

https://github.com/joel-rodrigues404/pystackweek-8.0

Projeto do canal (Pythonando) um CRUD completo em django, infelizmente não foi finalizado

crud django python pythonando

Last synced: 28 Dec 2024

https://github.com/jjacoboflorez95/tech-giants

A comprehensive full-stack management system for inventories, employees, products, customers, and orders. Built with Node.js, Express, and MongoDB.

college-project crud database ejs express-js full-stack mongodb node-js pdfkit web-application

Last synced: 05 Feb 2025

https://github.com/rishabh-pandey-sternx/deno-rest-api

Simple CRUD API build with Deno and Attain(Express) using MongoDB

api attain auth crud crud-api deno denoland heroku logger-middleware mongodb rest static typescript

Last synced: 15 Jan 2025

https://github.com/gmartinezramirez-old/spring-api-rest-person-crud

:person_with_pouting_face: [Active] REST web service using Spring JPA, Spring MVC and Spring Boot. Including GET, POST, PUT, DELETE operations.

crud hibernate java mariadb maven mysql rest-api spring spring-boot spring-jpa spring-mvc webservice

Last synced: 05 Dec 2024

https://github.com/eronne/symfonyflex-discover

🖥 A blog using Symfony flex to execute a basic CRUD 🖥

crud crud-application php7 symfony-flex

Last synced: 05 Feb 2025

https://github.com/swag666baby/comment_system

a little help when creating a comment system. flexible code that can be deployed on any system extremely easily.

assets comment-system crud flexible-content

Last synced: 28 Jan 2025

https://github.com/shanu-shahbin/blogs-fastapi-

The FastAPI Blog API is a RESTful web service built using FastAPI, allowing CRUD (Create, Read, Update, Delete) operations on blog posts. It provides endpoints for managing blog posts with authentication using JWT tokens and OAuth2. The API also integrates Swagger UI and ReDoc for interactive API documentation.

api crud fastapi oauth2 pyjwt redoc swagger-ui

Last synced: 21 Jan 2025

https://github.com/macaron99/c-lab

Comprehensive collection of projects, exercises, and examples for mastering the C programming language. Ideal for beginners and experienced developers looking to enhance their skills.

c crud programming

Last synced: 12 Feb 2025

https://github.com/auriorajaa/red-devil-store

This repo is where I master PHP and MySQL through a solid CRUD project. Dive into secure authentication, dynamic data visualization, and efficient inventory management. Explore web development from seamless checkouts to personalized profiles.

crud crud-application mysql php phpcrud sql web website xampp

Last synced: 25 Jan 2025

https://github.com/pikuzamarie/project-cost-calculator

CheckSum - calculate project cost at ease | React, Vite, Redux, Material UI, Axios + NodeJS, Express, JWT + PostgreSQL

axios calculator-application crud jwt material-ui nodejs react redux

Last synced: 10 Feb 2025

https://github.com/carloszoft/usercrud

API simples de cadastro de usuários

api crud express javascript jest nodejs

Last synced: 25 Jan 2025

https://github.com/deepanagarjan/axios

here i used crud operation for axios task

axios-react bootstrap crud css3 html js reactjs

Last synced: 27 Jan 2025

https://github.com/fabiannorbertoescobar/java-db-connections-ejercicios

ABMs y Apps con diferentes conexiones a bases de datos SQL, noSQL y XML.

abm bson crud dom hibernate hql java javascript jaxb jdbc json mongodb mongodb-driver mvc mysql nosql sax sql sqlite xml

Last synced: 05 Jan 2025

https://github.com/harikrishna-9885699666/graphql-nodejs-crud-operations

CRUD Tutorial - GraphQL, NodeJS, MySQL, TypeORM

crud graphql javascript mysql nodejs typeorm

Last synced: 25 Jan 2025

https://github.com/omermecitoglu/next-openapi-scaffold-generator

Generates model, schema and API routes for crud operations

api crud generator model next nextjs openapi scaffold schema swagger ts typescript

Last synced: 07 Nov 2024

https://github.com/marvin9/mongodash

💼 lightweight mongoDB compass. Agile development. MongoDB Dashboard.

agile-development crud dashboard mongodb reactjs

Last synced: 09 Jan 2025

https://github.com/daren1028/cs_an_az_employee_manager

An Asp.Net Core application for managing individuals with Angular forms

angular8 asp asp-net-core automapper crud dotnet-core dto swagger typescript webapi

Last synced: 17 Jan 2025

https://github.com/hafs96/gestion_garage

une application de gestion complète pour les garages automobiles. Ce projet vise à offrir une solution efficace pour la gestion des clients, des réparations, du stock des pièces de rechange, et de la facturation, tout en intégrant une gestion détaillée des véhicules de chaque client.

app composer config crud dashboard json laravel php tailwindcss vendor

Last synced: 03 Feb 2025

https://github.com/asacxyz/parking_control_api

CRUD desenvolvido através do framework SpringBoot

crud crud-api database java postgres postgresql springboot

Last synced: 11 Jan 2025

https://github.com/guilhermeferreiram/controledecontatosmvc

Projeto ASP.NET Core MVC para Controle de Contatos

asp-net-core banco-de-dados crud mvc smtp

Last synced: 21 Jan 2025

https://github.com/tellys/docker-yii2-api-rest-token-bearer-crud

Docker to create the execution environment and the template has the following technologies: Apache Http Server Mysql database PHP language (Yii PHP Framework - version Yii2) RESTful APIs usando a performance CRUD com operadores usando os métodos HTTP: POST, GET, PUT, and DELETE.

api api-rest crud crud-api docker mysql php postman postman-api postman-collection yii2

Last synced: 24 Dec 2024

https://github.com/retr0h/osapi

A CRUD API for managing Linux systems.

api crud golang linux openapi3 spec

Last synced: 04 Feb 2025

https://github.com/harshuljain13/restcrud

Rest APi from scratch based on Django rest framework

crud django-rest-framework rest-api

Last synced: 30 Dec 2024

https://github.com/glpzzz/gateways

This sample project is managing gateways - master devices that control multiple peripheral devices.

bootstrap5 chai crud docker-compose expressjs mocha mongoose nodejs rest-api unit-testing vue

Last synced: 17 Jan 2025

https://github.com/manthanank/crud-nodejs-socketio

CRUD Nodejs Socket.io

crud mongodb nodejs socket-io

Last synced: 04 Feb 2025

https://github.com/ganeshrvel/php_session_crud

Add, Delete or Read an item from PHP session which is stored as an array.

crud php php5 session

Last synced: 20 Jan 2025

https://github.com/atetheone/pizzastore

API de gestion de pizzas construite avec ASP.NET Core et Entity Framework Core, utilisant SQLite pour la persistance des données. Fournit des opérations CRUD et une documentation interactive avec Swagger.

asp-net-core backend crud csharp entity-framework-core sqlite swagger

Last synced: 02 Feb 2025

https://github.com/pedro-donoso/test

REACT CRUD: El usuario puede Crear, Leer, Actualizar y Borrar elementos de una base de datos en Postgresql, se visualizan los cambios en el FrontEnd en una tabla de Bootstrap y utilizo React

bootstrap cors crud express front-end frontend node nodejs nodemon pg react

Last synced: 25 Jan 2025

https://github.com/melardev/djanogapicrud

Full stack application built with Python showing how to make CRUD with Django

api crud django full-stack fullstack

Last synced: 25 Jan 2025

https://github.com/kramber1024/devops

🐳 Работа с Docker, GitHub и GitHub Actions в рамках предмета "Введение в методологию девопс". Курс №2, семестр №1

cicd crud devops docker fastapi postgres tests

Last synced: 24 Jan 2025

https://github.com/sijad/entgql

CRUD gqlgen code generator for ent models

code-generator crud ent gqlgen graphql

Last synced: 21 Jan 2025

https://github.com/projectravel/cashier-app

Cashier-App is a web-based cashier application built using React and other technologies such as API and JSONPlaceholder. The application is designed to help manage sales transactions easily and efficiently.

backend crud frontend jsonplaceholder loginpage react reactjs reactrouter registerpage userinterface

Last synced: 11 Nov 2024

https://github.com/jaymar14/week-18

MongoDB/Mongoose activities

back-end crud database mongodb mongoosejs nodejs populate scrape

Last synced: 14 Nov 2024

https://github.com/kushalobroy/adavanced_laravel_crud

You may create, update, and delete items in this advanced Laravel crate. It features a category list for adding products, and you can edit the product using a rest API and add new categories that match to their parent categories.

blade bootstrap5 crud html5 laravel mysql-database xampp-server

Last synced: 24 Dec 2024

https://github.com/joogps/muv

Repositório do nosso projeto de Programação III no semestre 2022.2

crud java transporte

Last synced: 14 Jan 2025

https://github.com/florianstancioiu/laragenerator

A JavaScript application that generates basic PHP files for Laravel

crud javascript laravel laravel-generator

Last synced: 05 Nov 2024

https://github.com/kaloslazo/tumipalace

Implementation of interactive CRUD web casino developed in the Platform Based Development course CS2031 at UTEC.

api casino crud css flask html javascript platform-based-development postgresql python sqlalchemy vuejs

Last synced: 12 Jan 2025

https://github.com/andy-aa/mydb

The lightweight ORM for MySql and MariaDB

crud mariadb mysql orm pagination php query-builder

Last synced: 13 Nov 2024

https://github.com/call-me-ahmaaad/simple-employee-crud

This application will help in recording data about employees of a company/organization/institution and manipulating data with it.

crud git github html-css-javascript laravel php

Last synced: 20 Jan 2025

https://github.com/mahmoudsayed96/drupal-crud-module-example

Drupal custom module for sample CRUD operation

crud drupal drupal9 php

Last synced: 30 Dec 2024

https://github.com/yogesh-bhandare/picksportz

Picksportz connects sports enthusiasts by organizing games on nearby turfs. It fills open team spots and shares turf rental costs. Built with Django and Django Rest Framework, it makes sports accessible and fosters community.

crud django django-email django-forms django-templates mysql postman

Last synced: 28 Jan 2025

https://github.com/michaelcaxias/blogs-api

API Restful de um Blog com NodeJs, Express, Sequelize e JWT com o banco de dados MySQL utilizando a estrutura ORM e MSC.

api crud jwt msc mysql nodejs sequelize

Last synced: 02 Jan 2025

https://github.com/wwddnn/desafio-crud-clientes

Desafio e projeto DevSuperior - capítulo CRUD

apirest bean beanvalidation crud dto java springboot springjpa

Last synced: 14 Jan 2025

https://github.com/zerefwayne/hostel-allotment-system

Hostel Allotment System - Software Engineering Course Project

crud javascript nodejs vuejs

Last synced: 22 Jan 2025

https://github.com/jundel-malazarte/crud_sales

Create, Read, Update & Delete - Table Sales with MySQL Database (CRUD)

crud crud-application sql testing

Last synced: 12 Feb 2025

https://github.com/vilhalva/burguer-app

👨‍🏫PROJETO CRIADO PARA O CURSO DE HANDLEBARS!

crud css curse database expressjs framework handlebars javascript mysql nodejs projeto site

Last synced: 27 Jan 2025

https://github.com/vilhalva/crud-de-postagens-com-nodejs-e-json

👨‍🏫APP BÁSICO DE POSTAGENS (CRUD) COMO O INSTAGRAM (SOMENTE TEXTO) COM O NODEJS E JSON.

crud css database expressjs framework handlebars javascript json nodejs projeto site

Last synced: 27 Jan 2025

https://github.com/vilhalva/crud-de-postagens-com-nodejs-e-postgresql

👨‍🏫APP BÁSICO DE POSTAGENS (CRUD) COMO O INSTAGRAM (SOMENTE TEXTO) COM O NODEJS E POSTGRESQL.

crud database expressjs framework handlebars javascript nodejs postgresql projeto site

Last synced: 27 Jan 2025

https://github.com/felipecezar01/fullstack-desktop-pizzaria

Um projeto em Python com interface gráfica para um sistema de pizzaria. Ele tem função de login e cadastro de usuários, e também níveis de usuário, sendo nível 1 e nível 2, tendo o 2 como admin, que poderá editar e excluir produtos.

crud desktop python

Last synced: 10 Feb 2025

https://github.com/victor1890/api_crud_ts

This proyect has one basic CRUD create with Typescrpit.

crud hapi mongodb typescript

Last synced: 04 Feb 2025

https://github.com/othmanenissoukin/notes-keeper

Simple Note Application using pure Javascript with DOM manipulation and using the Local Storage to save setting and data in the browser.

bootstrap crud crud-application crud-sample css dom-manipulation front-end html html5 javascript keep-notes localstorage notes notes-app notes-keeper noteskeeper todo-app todo-list todoist web-application

Last synced: 14 Jan 2025

https://github.com/aelkayam/ticketing-app

Ticketing application featuring Create, Read, Update, and Delete (CRUD) functionality

crud nextjs ticketing-system

Last synced: 14 Jan 2025

https://github.com/tmtocb/crud-ideas_rails_carrierwave_bootstrap

simple ideas-app with Rails 6, carrierwave for file upload, Bootstrap for styling, devise for authentication, CRUD actions, comments included, gravatars added. Postgresql as database with Heroku deployment.

bootstrap carrierwave crud gravatar heroku heroku-deployment postgresql rails rails6

Last synced: 02 Feb 2025

https://github.com/ulisses22/crud_angular

Simple CRUD Application with Angular and Json-Server

angular crud json-server

Last synced: 27 Dec 2024

https://github.com/tmtocb/crud-chatup_rails_devise_bulma

simple crud-app based on Twitter with Rails 6, Bulma for CSS, devise for authentication, CRUD actions with simple_form, gravatars and font-awesome icons on top. Postgresql as database.

bulma crud devise font-awesome gravatar postgresql rails rails6

Last synced: 02 Feb 2025

https://github.com/tithi021/sails-crud

A SailsJs CRUD Application

crud mongodb nodejs sails sailsjs

Last synced: 19 Jan 2025

https://github.com/santrikoding-com/crud-laravel-inertia.js

CRUD Laravel dengan Inertia.js

crud inertia inertiajs laravel

Last synced: 07 Jan 2025

https://github.com/mariomenjr/bamazon-cli

This app will take in orders from customers and delete stock from the store's inventory.

cli crud inquirer javascript mysql nodejs

Last synced: 21 Jan 2025

https://github.com/thomas465xd/uptask_mvc

UpTask is a task manager web application designed to help users organize their tasks efficiently and enhance productivity. This project utilizes PHP with MVC architecture for the backend, SASS with Gulp for styling, and Vanilla JavaScript for interactive frontend elements. Additionally, it features a REST API for seamless data communication.

activerecord authentication crud gulp js mvc-architecture php phpmailer sass scss task-manager

Last synced: 15 Jan 2025

https://github.com/meenachie/api_todo

REST API for Todo application

api crud php rest-api todo-app

Last synced: 29 Dec 2024

https://github.com/lnvaldez/pokemon-database

A comprehensive SQL-based project for managing a Pokémon database. Includes scripts for creating, reading, updating, and deleting trainers, Pokémon, battles, and trainer-Pokémon relationships.

crud data-deletion data-insertion data-manipulation data-relationships data-retrieval data-update database database-design database-management pokemon project-management relational-database sql sql-project sql-queries sql-scripts

Last synced: 16 Jan 2025

https://github.com/guuri11/let-it-flow

🎯 Let it flow is your friendly workspace app with a minimalist neumorphic UI and many features where you can read in the README 📖

animations crud crud-functions firebase flow javascript netlify pwa react react-router reactjs recoil recoiljs webapp workspace

Last synced: 05 Jan 2025

https://github.com/melardev/djangoapicrudpaginated

Rest Api application built with Django implementing CRUD + Pagination

api crud django full-stack fullstack http pagination python rest

Last synced: 25 Jan 2025

https://github.com/fernandozueet/service-laravel

Library that helps to separate the business rule part of the control. Leaving control leaner.

crud repository service service-crud service-laravel

Last synced: 16 Jan 2025

https://github.com/majid-razzaq/laravel-11-crud-ajax

I created a simple CRUD application using AJAX for smooth operations and efficient data handling.

ajax ajax-form crud crud-ajax error-handling form form-validation laravel-ajax laravel-ajax-crud laravel-crud laravel11 mysql

Last synced: 28 Jan 2025

https://github.com/shengyou/ktor-api

以 Ktor 打造 API 應用範例程式碼

api crud db exposed kotlin ktor

Last synced: 28 Jan 2025

https://github.com/shengyou/ktor-website

以 Ktor 實作後端網路應用程式範例程式碼

crud db exposed kotlin ktor web

Last synced: 28 Jan 2025

CRUD Awesome Lists
CRUD Categories