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/edugmenes/product-registration

This is a simple product CRUD I've made using JavaScript, storing the objects using arrays.

crud crud-application development front-end front-end-development frontend html5 javascript web-application web-development web3 website

Last synced: 13 Nov 2024

https://github.com/milenavms/javascript-html-css-json

Calculando IMC - Tabela básica com Create, Read e Delete com duplo click, materialize e serviço web json.

crud javascript json

Last synced: 15 Nov 2024

https://github.com/gustavoherreronunes/projectpetshop-pdo

🐶 Sistema web para realização das operações de CRUD em um banco de dados MySQL com registro dos animais de estimação de uma Petshop. Desenvolvido para fixação e treino dos conhecimentos de PDO (PHP Data Objects) adquiridos durante aulas de Programação para Web.

crud mysql pdo php phpmyadmin

Last synced: 07 Nov 2024

https://github.com/nguyennhukhanh/march

CRUD example with Springboot

crud spring-boot

Last synced: 13 Nov 2024

https://github.com/creativecuriositystudio/cruddle

(DEPRECATED) Simplifying CRUDL screen development using ModelSafe

angular2 crud data html model typescript ui web

Last synced: 13 Nov 2024

https://github.com/dalthviz/cloudcrud

A CRUD project for managing events

bootstrap crud rails5 react-rails ruby

Last synced: 13 Nov 2024

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

A simple API developed using Java and Spring Boot to manipulate a mysql database

crud java mysql spring spring-boot

Last synced: 13 Nov 2024

https://github.com/jinyphp/table

laravel CRUD with livewire

crud laravel livewire table

Last synced: 09 Nov 2024

https://github.com/solar05/health-crud

Simple crud using clojure/clojurescript

clojure crud docker

Last synced: 14 Nov 2024

https://github.com/vladkalachev/csharp

С# courses

api crud csharp

Last synced: 14 Nov 2024

https://github.com/leosimoes/rocketseat-java-spring-restapi-todolist

Rocketseat Java course project. REST API with Spring Framework for registering, reading and updating tasks, with filter by user.

crud java rest-api spring-framework

Last synced: 13 Nov 2024

https://github.com/deadcoder0904/posts-with-ava

CRUD application (Posts) for Testing with AVA :zap:

ava bdd crud tdd test

Last synced: 14 Nov 2024

https://github.com/jinyphp/wire-table

지니PHP 기본패키지 : 테이블 CRUD with 라이브와이어

crud table

Last synced: 09 Nov 2024

https://github.com/phpwine/phpvanilla

PHPCrud is a CRUD System designed to extend PHPWine functionality crud features. ( [ Optional ] Support since PHPWine v1.2.0.9 ++) compatible w/ wine (>=+v1.3.1)

crud crud-api crud-app crud-application crud-functionality php php8 phpcrud phpendpoint restapi

Last synced: 07 Nov 2024

https://github.com/overloadedsam/crud-mern-app

This is a simple CRUD app developed using MERN stack.

crud expressjs jwt mern mongodb nodejs reactjs redux

Last synced: 13 Nov 2024

https://github.com/anjola-adeuyi/task_tracker_vue

Task Tracker Vue is a simple project built with Vue.js to track tasks with reminders.

api-client api-rest crud crud-api crud-application crud-operation javascript json-api json-server routing vue vue-cli vue-router vue3 vuejs

Last synced: 07 Nov 2024

https://github.com/abimh66/interactive-comments-section-frontendmentor

Project ini berdasarkan pada challenge di Frontend Mentor Interactive comments section challenge on Frontend Mentor.

crud frontend frontend-mentor javascript tailwind-css tailwindcss vanilla-javascript

Last synced: 15 Nov 2024

https://github.com/sangamprashant/crud_app

This CRUD (Create, Read, Update, Delete) application is built using Express.js for the backend and MongoDB for data storage. It provides endpoints to perform CRUD operations on a collection of products.

crud crud-application express mern mern-stack mongodb nodemailer react reactjs

Last synced: 15 Nov 2024

https://github.com/zahidakbar2370/crud_system_laravel_8

crud(add,view,edit,update,delete,show) in laravel 8

crud laravel laravel-crud

Last synced: 09 Nov 2024

https://github.com/gafischer/react-native-crud

Simple React-Native CRUD with WatermelonDB

crud mobile offline react-native watermelon

Last synced: 07 Nov 2024

https://github.com/aliesmaeil/school-system

School Management System, that manages students data registered at any level.

c crud crud-application file filesystem school-app school-management

Last synced: 13 Nov 2024

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: 11 Nov 2024

https://github.com/tomilola-ng/trackbackendtask2

A CRUD REST API for a Person model using Django, Django Rest Framework, CORS Headers ...

cors-headers crud django django-rest-framework postgresql python

Last synced: 15 Nov 2024

https://github.com/maiquinho/desafio-ignite-nodejs-01

API para realizar um CRUD de tasks (tarefas).

crud crud-api node-fundamentals nodejs task-api

Last synced: 15 Nov 2024

https://github.com/shamaru001/laravel_6_crud

Crud on laravel 6 with authentication.

authentication crud docker docker-compose laravel laravel6

Last synced: 11 Nov 2024

https://github.com/aesthicethics/homeserver

CRUD application developed as a local "image-pool" + instagram fusion. Manually configured server deployed on RPI hosts a HomeServer that allows users (family memebers) to pool their photos together in one location (the website) and view them in a feedlike manner (instagram)

crud nginx python raspberry-pi react

Last synced: 09 Nov 2024

https://github.com/martapolii/web-application-development-practice

This repository focuses on building full-stack web applications using Node.js, Express, MongoDB, and React. It includes creating REST APIs, implementing authentication, and deploying applications to production environments.

authentication back-end-development crud deployment expressjs front-end-development full-stack-web-development jwt mongodb nodejs oauth2 reactjs rest-api web-development

Last synced: 13 Nov 2024

https://github.com/aswassaw/simple-crud-laravel7

Latihan saya melakukan CRUD menggunakan Laravel 7.

crud laravel7

Last synced: 11 Nov 2024

https://github.com/aayushpagare21-compcoder/notes2.0_php

Project Number 11 : A notes crud app hosted on xampp server and created using PHP which allows the user to create, read , delete and update notes and also stores the notes in a MySQL database. Learned how to use xampp server and phpmyadmin, how to create a connection with database, how to fire SQL queries using php

bootstrap5 crud javascript mysql php phpmyadmin-database xampp

Last synced: 15 Nov 2024

https://github.com/juliandgp/itsensebodegafrontend

Consumo de APIs desde ANGULAR y TYPESCRIPT con login, register e interceptors, estilos con Bootstrap, Toastr y Font Awesome

angular bootstrap5 crud interceptors login register toastr typescript

Last synced: 31 Oct 2024

https://github.com/nostromo76/book

Blog "Book" ,simple site with demonstrating Laravel operating.

blog crud laravel-framework

Last synced: 11 Nov 2024

https://github.com/gavinhungry/rudiment

CRUD resource manager

crud database schema

Last synced: 13 Nov 2024

https://github.com/lextrack/gestordeinventariowpf

Proyecto para gestión de inventarios hecho en WPF, Entity Framework y SQL Server usando .NET 8. Con inicio de sesión, buscador de productos, vistas para manejar las entradas y la salidas de productos de la bodega y operaciones básicas de un CRUD

crud inventario inventory-management inventory-management-system sql wpf-application

Last synced: 13 Oct 2024

https://github.com/maickwendelldev/crud_php

Single file PHP script that adds CRUD to a MySQL, PostgreSQL, Firebird SQL Server, SQLite or any database.

crud database php

Last synced: 13 Oct 2024

https://github.com/boytur/todolist-laravel-mysql-crud

Basic CRUD using Laravel framework working with mySQL database and styling by Tailwind.css

basic-crud crud laravel mysql php tailwindcss

Last synced: 08 Nov 2024

https://github.com/williamcanin/crud-django-cbv

:snake: :globe_with_meridians: CRUD Django - Class Based-Views

crud crud-django django

Last synced: 24 Oct 2024

https://github.com/bikramai/django-storefront-app

Build an e-commerce application with complete production grade backend for an imaginary online store, Features such as data model, the admin interface for build a RESTful API, uploading files, Sending emails, Running background tasks, Automated testing, Performance testing, Caching

authentication authorization automated-testing caching crud datamodels django django-rest-framework mongodb performance-testing python restful-api running-background-task secure-api sendmail upload-file

Last synced: 13 Oct 2024

https://github.com/guilhermeferreiram/encurtadordelinks

Encurtador de Links Local baseado em ASP.NET MVC

asp-net azure bootstrap c-sharp crud entity-framework jquery mvc

Last synced: 13 Oct 2024

https://github.com/evelinalvarado/e-commerce-react-firebase

A e-commerce web application built with TypeScript, React, and Firestore. This project demonstrates real-time CRUD operations and responsive UI design, allowing users to browse products, manage a shopping cart, and complete purchases. Developed to enhance skills in TypeScript and Firestore.

crud e-commerce-website firebase-realtime-database firestore material-ui react-hook-form react-router-dom reactjs shopping-cart tailwind-css typescript

Last synced: 13 Oct 2024

https://github.com/ahsannjavaid/invoice-system

Invoice System is a Desktop application developed in Java. It supports CRUD functionality and uses TXT file as a database. NetBeans IDE has been used to develop this application.

crud desktop-application exe ide java jre jvm netbeans

Last synced: 13 Oct 2024

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

This is my first java project that is a very simple CRUD console based application that uses TXT file as a database. NetBeans IDE has been used to develop this application.

crud file-handling ide java jre jvm netbeans

Last synced: 13 Oct 2024

https://github.com/faresbrayek2/prosit-2

A simple Java application for managing a virtual zoo. The application consists of three classes: ZooManagement, Zoo, and Animal, which collectively allow you to create a zoo, add animals, remove animals, search for animals by name, and display information about the zoo and its residents.

crud java jdk

Last synced: 13 Oct 2024

https://github.com/4s4v1n/studentsinfo

Front-end and back-end for project about students information

crud crud-api crud-application database full-stack plpgsql react reactjs

Last synced: 11 Nov 2024

https://github.com/aburraq/school-management-system

Introducing my most ambitious backend project yet – the School Management System. This comprehensive solution covers all aspects of school administration, including advanced time conflict resolution and personalized user role-based controls

crud hibernate java jwt-token postgresql restful-api school-management-system spring-boot spring-security swagger-ui

Last synced: 11 Nov 2024

https://github.com/cepr0/crud-sb-demo

A simple CRUD example with Spring MVC and Spring Data JPA

bootstrap crud h2-database pagination spring-boot spring-data-jpa spring-mvc thymeleaf

Last synced: 12 Oct 2024

https://github.com/carloshenriquefs/helpdesk

📞🕧 - HelpDesk Back-End e Front-End

angular crud heroku java11 jpa jwt maven spring

Last synced: 13 Oct 2024

https://github.com/fkouto/mlb

Sistema desenvolvida exclusivamente em linguagem de programação Java e suas principais classes, utilizando os padrões DAO (Data Access Object) e Bean, sendo totalmente Desktop. O sistema realiza todas as operações do CRUD(Create, Read, Update, Delete).

crud dao java javase javax-swing mysql netbeans svg-images

Last synced: 13 Oct 2024

https://github.com/stevmwhitfield/pern-starter

A web app built using the PERN stack with basic CRUD operations.

crud express fullstack nodejs postgresql react

Last synced: 08 Nov 2024

https://github.com/gymitoso/authors-crud

Aplicação CRUD AngularJS

angular angular1 angularjs bower crud gulp

Last synced: 10 Nov 2024

https://github.com/cesarmartinez23/garajevehiculos

Creacion del Proyecto, instalacion de Paquetes NuGets, diseño UX/UI del CRUD Garaje de Vehiculos.

c-sharp car crud garaje system windowsforms

Last synced: 12 Oct 2024

https://github.com/juanzeen/ex-phx-do-zero

Repository for the Rafael Camarda course of Elixir and Phoenix

api backend crud elixir phoenix

Last synced: 12 Oct 2024

https://github.com/ihor-po/petitions

Simple site for petitions

ajax crud crud-operation jquery js mysql pdo php twig

Last synced: 12 Nov 2024

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

Hostel Allotment System - Software Engineering Course Project

crud javascript nodejs vuejs

Last synced: 12 Oct 2024

https://github.com/jhostyn-2003/api-crud-facturaci-n

Es un proyecto de practica de CRUD de facturación de BackEnd

api-rest base-de-datos crud sql-server

Last synced: 12 Oct 2024

https://github.com/vilhalva/crud-rust-em-sql-server

🎈GERENCIE O NOME E IDADE DOS USUÁRIOS NA DATABASE SQL SERVER.

bot chatbot crud database projeto rust sql-server terminal

Last synced: 12 Oct 2024

https://github.com/vilhalva/crud-python-em-sql-server

🎈GERENCIE O NOME E IDADE DOS USUÁRIOS NA DATABASE SQL SERVER.

bot chatbot crud database projeto python sql-server terminal

Last synced: 12 Oct 2024

https://github.com/ccaicedo09/django-crm

Basic Django CRM. More features will be added in the future! :)

crud django-application mysql python

Last synced: 11 Oct 2024

https://github.com/gowthamselvaraj123/teacherportal-laravel-blade

The Teacher's Portal allows teachers to securely log in, manage student details and grades, and perform CRUD operations through user-friendly popup forms, streamlining data management and enhancing efficiency.

crud laravel login-system starterkit

Last synced: 11 Nov 2024

https://github.com/slvler/node-example

rest api example with node.js

api crud node-js nodejs project rest-api

Last synced: 10 Nov 2024

https://github.com/alexcage2/linqtasks

Simple CRUD app for storing solutions

crud csharp docker-compose efcore linq ms-sql-server mvc rest

Last synced: 12 Oct 2024

https://github.com/goriens/google-auth

Email and google Athentication and Authorization system with mvc patthern and crud functionality using mongodb, nodejs and express

api authentication-backend crud

Last synced: 14 Nov 2024

https://github.com/marissa-steindel/crud-blog

WEBD-2008 Assignment 3: Database Create, Read, Update, Delete functionality coded with PHP

crud database php routing

Last synced: 11 Nov 2024

https://github.com/amandioca/projetosinergia-front

Front-end of the Integrator Project developed in the GenerationBrasil bootcamp.

angular bootstrap-4 crud hub integrator-project social-network

Last synced: 10 Nov 2024

https://github.com/marlinsk/park_h-backend

Repositório do back-end da aplicação Park H - Plataforma de anúncio de aluguel de garagem.

apache-maven api-rest crud docker docker-compose docker-composer docker-image dockerfile java mvc-architecture mvc-pattern postgres spring-boot swagger-ui

Last synced: 12 Oct 2024

https://github.com/egrizq/typescript

Basic syntax and REST api with express.js

basic crud expressjs rest-api typescript

Last synced: 07 Nov 2024

https://github.com/pranav-kural/plamatio-frontend

Production-quality web-based e-commerce frontend built with Next.js, Redux, TypeScript, Clerk, Stripe, and more.

crud ecommerce nextjs react redux rtk-query tailwindcss typescript

Last synced: 13 Oct 2024

https://github.com/saulkurosaki/refinix-project

This is a FullStack Complete and Device Responsive Admin Dashboard with full authentication, homepage displaying charts and activities, a comprehensive table for companies with CRUD and search, and a Kanban board with real-time synchronization, developed with NextJs14, Typescript, RefineDev, AntDesign and Dayjs

admin-dashboard ant-design antd antdesign crud crud-application dayjs nextjs nextjs14 refine refine-dev typescript

Last synced: 14 Nov 2024

https://github.com/swalx/go-product-restapi

Basic golang rest api CRUD application for products.

api crud go golang rest-api

Last synced: 12 Oct 2024

https://github.com/nubisub/wengdevproject

Project Akhir Pemrograman Web

basic crud html-css-javascript php

Last synced: 06 Nov 2024

https://github.com/javiercanon/xavier-crud

➕➖✖ Create, Read (aka retrieve), Update, and Delete (CRUD), 🚲 Generator Tool 🕓 in Asp.net 🏎

asp-net crud crud-application crud-generator generator sql-server sqlserver

Last synced: 16 Nov 2024

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

This repository contains a simple demonstration of how to implement Create, Read, Update, and Delete (CRUD) operations using PHP and Ajax. CRUD operations are fundamental in web development, allowing users to interact with data by creating, reading, updating, and deleting records from a database.

ajax ajax-call ajax-form ajax-request bootstrap crud crud-application crud-operation mysql mysql-database mysql-server php php-crud php-crud-operation php7 php8

Last synced: 12 Oct 2024

https://github.com/bendomey/taskerman

A little grapqhl web service that helps creates account, authenticate yourself, create task and assign them to reviewers, update task information and also add or remove reviewers, delete task.

authentication crud golang graphql postgresql task-management task-management-system web-service

Last synced: 16 Nov 2024

https://github.com/heyloh/schoolapi

:woman_teacher: REST API for schoolapp website.

api-rest automatic-deployment crud docker nodejs postgres sequelize

Last synced: 13 Oct 2024

https://github.com/healingdrawing/task-paf-technical-trainee

CRUD with admin panel. Deno + Hono + Eta + Vue3 based. OAuth2 authentication for Google and X/Twitter. Deno KV database. Zod validation.

admin-panel crud css deno deno-kv eta full-stack-web-development google-authentication hono html javascript javascript-frontend oauth2 twitter-authentication typescript typescript-backend vue3 web-app zod-validation

Last synced: 13 Oct 2024

https://github.com/andresharpe/quick-api

A how-to guide for spinning up a fully functional and documented REST API in 30 minutes (with good connectivity) and with absolutely no coding.

apache api bootstrap crud docker mysql php swagger-ui

Last synced: 14 Oct 2024

https://github.com/lcv-back/weather-forecast-api-springboot

This repository about spring boot project

crud mvc redis spring-boot unit-testing

Last synced: 10 Nov 2024

https://github.com/impe93/to-do-back

The server for the other my repo "to-do"

angular crud expressjs mean mean-stack mongodb nodejs

Last synced: 09 Nov 2024

https://github.com/celiovjunior/php-mysqli

🐘 Simple CRUD web system built with only PHP.

apache bootstrap crud mysql php

Last synced: 11 Nov 2024

https://github.com/calcagnoloic/invoice-app-server

Backend application and invoice application database. Contains the various CRUD routes and a backup of dummy data.

crud docker-compose fastapi mariadb python unitest

Last synced: 13 Oct 2024

https://github.com/javatlacati/prologcrud

Programa de ejemplo que muestra como hacer un CRUD en swi-prolog

crud prolog

Last synced: 15 Oct 2024

https://github.com/likhithkp/express-posts

A blogging platform built with Express.js and MongoDB that supports user authentication and post management. This application allows users to register, log in, create posts, and view posts created by others.

authentication backend bcrypt crud ejs express jwt mongoose nodejs rest-api

Last synced: 16 Nov 2024

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

👨‍🏫ESTE APLICATIVO É UMA PLATAFORMA PARA CRIAR, VISUALIZAR, EDITAR E EXCLUIR POSTAGENS.

crud css database expressjs framework handlebars html javascript nodejs projeto site sql-server

Last synced: 14 Oct 2024

https://github.com/vn-blgn/node-express-mongoose-hbs-crud-api

Nodejs (Express) MongoDB (Mongoose) Handlebars (Express Handlebars) CRUD Web Application

api crud express express-handlebars expressjs handlebars handlebarsjs hbs mongodb mongoose node nodejs web-application

Last synced: 14 Oct 2024

CRUD Awesome Lists
CRUD Categories