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/ssoaresleo/crud-users-api

Este projeto é um exemplo de um CRUD de usuários usando Node.js, TypeScript e Prisma para se conectar ao MongoDB, permitindo criar, atualizar, listar e excluir usuários no banco

crud mongodb node-js prisma prisma-client typescript

Last synced: 07 Nov 2024

https://github.com/bhadresh-laiya/ciblogposttest

CodeIgniter: Add, Edit, Delete, View Blog Post with Login & Registration – MVC CRUD Application using CodeIgniter v3

blog codeigniter codeigniter3 crud crud-application demo-app login mvc-framework posting register

Last synced: 07 Nov 2024

https://github.com/luizfranzon/crud

FullStack CRUD Application

crud express javascript nodejs reactjs typescript vite

Last synced: 06 Nov 2024

https://github.com/ayimdomnic/elixir-to-do-app

Kickstart Elixir (Phoenix Framework)

crud elixir hello-world phoenix-framework

Last synced: 08 Nov 2024

https://github.com/shaikahmadnawaz/react-todo-firebase-app-one

React TODO application with Firebase backend to store all of the todos.

crud firebase react tailwindcss todoapp

Last synced: 06 Nov 2024

https://github.com/shaikahmadnawaz/react-firebase-crud

CRUD Using React + Firebase | Firebase and Firestore

crud firebase firestore react

Last synced: 06 Nov 2024

https://github.com/shaikahmadnawaz/ecommerce

This is a simple e-commerce application built with Node.js, Express.js, and MongoDB.

bcrypt crud expressjs json jwt mongodb mongoose nodejs

Last synced: 06 Nov 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/adewija/phonebook

A Simple Phone Book on iOS using Core Data

coredata crud crud-sample ios phonebook swift3 xcode8

Last synced: 12 Oct 2024

https://github.com/nguyennhukhanh/march

CRUD example with Springboot

crud spring-boot

Last synced: 13 Nov 2024

https://github.com/gurleensethi/restify-crud

A simple CRUD app with restify.

api crud nodejs restify typescript

Last synced: 14 Oct 2024

https://github.com/halilugur/pythonflaskaws

Quotes Application is a Flask-based web application that allows users to manage their favorite quotes with CRUD operations. Built with Python, Flask, and Bootstrap, it provides an intuitive interface for creating, reading, updating, and deleting quotes.

aws bootstrap crud flask jquery quote

Last synced: 08 Nov 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/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/arielspencer/api-bookstore-node-express

📚 API Bookstore é uma aplicação backend em Node.js e Express para gerenciar catálogos de livros.

api backend crud express javascript mongodb mongoose node-js restful

Last synced: 06 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/dialeleven/laravel-crud-in-50-minutes-for-beginners-from-scratch

Laravel CRUD in 50 minutes for Beginners from Scratch tutorial by Devtamin. From BASIC Laravel to more ADVANCED concepts! See README. Tutorial Github repo - https://github.com/devtamin/Laravel-CRUD-for-Beginners/tree/master.

crud laravel

Last synced: 06 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/jedymatt/notemanager

A simple note management web app with CRUD implementation using Laravel 8 framework and Bootstrap 5 for styling

crud laravel php

Last synced: 07 Nov 2024

https://github.com/thenriquedb/todo-list-with-spring

API Rest para gerenciamento de lista de tarefas, construída em Java com o framework Spring Boot.

crud java openapi3 spring spring-boot swagger

Last synced: 08 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/aswassaw/go-restful-api

Belajar membuat sebuah RESTful API sederhana menggunakan Golang.

crud golang restful-api

Last synced: 06 Nov 2024

https://github.com/aswassaw/crud-react-ci4

Membuat CRUD sederhana menggunakan React sebagai FE dan CodeIgniter 4 sebagai BE.

codeigniter4 crud reactjs

Last synced: 06 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/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/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/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/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/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/devil-1964/bookstore

A CRUD BookStore using MERN

crud express mern-stack nodejs react

Last synced: 11 Oct 2024

https://github.com/shubham-chhimpa-here/abstract_help_center

A RESTful API for managing and searching cards in a help center. Built with Node.js and Express.js, this application uses Mongoose for MongoDB interactions. Features include endpoints for creating, retrieving, updating, and searching cards by title. Ideal for learning and building CRUD operations with a NoSQL database.

api crud expressjs javascript mongodb mongoose nodejs nosql operations restful

Last synced: 11 Oct 2024

https://github.com/yuriipohorilets/goit-js-hw-11

📚 JS-HW-11 | CRUD. Async/Await

async await crud goit javascript

Last synced: 16 Nov 2024

https://github.com/imdesai00/crud-app-angular

in this project i can apply some functionality like forget password, hash password, login register using JWT Token and CRUD operation.

angular crud forgot-password forgot-password-email hashpassword jwt-authentication jwt-token smtp tailwindcss

Last synced: 06 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/rubensdimasjr/jsp-maven-hibernate-crud

Basic user registration and login system, user and products management web application using JSP, Servlet, Maven and Hibernate.

bootstrap5 bootstrap5-template crud hibernate java jquery jsp maven

Last synced: 06 Nov 2024

https://github.com/deverebor/sistemacadastrodeprodutos

Sistema para cadastro de clientes/produtos e seus respectivos tipos.

crud java java-project university-project

Last synced: 06 Nov 2024

https://github.com/deverebor/cadastroagenda

Atividade ministrada pela disciplina de POO.

crud java11 university university-project

Last synced: 06 Nov 2024

https://github.com/shamaru001/nestjs-crud

Crud made with NestJS

crud mongo mongoose nest nestjs typescript

Last synced: 07 Nov 2024

https://github.com/pietrohl/express-quote-server

A test application to create and store famous quotes from famous people. Structured with client and a CRUD API/cloud MongoDB backend.

api-client babel babel-plugin babeljs crud crud-api mongodb mongoose mongoosejs rest rest-api

Last synced: 16 Nov 2024

https://github.com/sibeux/web-keuangan-app

Website pencatatan keuangan

catatankas crud nasrulwahabi php sibeux website

Last synced: 07 Nov 2024

https://github.com/davidarchanjo/spring-boot-todo-crud

Spring Boot ToDo CRUD Sample Application

crud spring-boot todoapp

Last synced: 08 Nov 2024

https://github.com/pedrohenrikle/crud-tasks

A Node.js & Typescript based API, developed with fastify, using JWT token authantication. Uses SQLite as a local database.

api crud fastify jwt nodejs typescript

Last synced: 11 Oct 2024

https://github.com/chrischan1117/django-photo-app

Django photo management and configuration

crud django image photo

Last synced: 08 Nov 2024

https://github.com/khalilannbiya/bookshelf-app

Submission Dicoding at Belajar Membuat Front-End Web untuk Pemula class

bookshelf crud css html javascript

Last synced: 07 Nov 2024

https://github.com/hamideidy/vuex-todo

The project is about task management with the ability to add, edit, filter and delete tasks. receiving data from an API using the axios package. The code is written using the Vue framework with a focus on using the Vuex state manager.

axios axios-vue crud crud-application css html javascript jsonplaceholder jsonplaceholder-api todo todolist vue vue3 vuejs vuex vuex-store vuex4

Last synced: 08 Nov 2024

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

Simple crud using clojure/clojurescript

clojure crud docker

Last synced: 14 Nov 2024

https://github.com/hamideidy/pinia-todo

The project is about task management with the ability to add, edit, filter and delete tasks. receiving data from an API using the axios package. The code is written using the Vue framework with a focus on using the Pinia state manager.

axios axios-vue crud crud-application css html javascript jsonplaceholder jsonplaceholder-api pinia pinia-vuejs pinia2 piniajs sweetalert2 todo todolist vue vue3 vuejs

Last synced: 08 Nov 2024

https://github.com/movva-gpu/grapes

Le dépôt GitHub de notre site de co-jardinage

apache2 crud mariadb php

Last synced: 11 Oct 2024

https://github.com/edu-fedorae/covid-19-report-mvc-crud-application

Simple PHP application that does basic CRUD operations for covid-19 cases.

covid-19 crud javascript mvc mysql oop pdo php uikit

Last synced: 08 Nov 2024

https://github.com/vladkalachev/csharp

С# courses

api crud csharp

Last synced: 14 Nov 2024

https://github.com/vinyl-davyl/nextra-diary

Nextra-Diary: CRUD Fullstack BoilerPlate Archive. NextJS, PrismaORM, MongoDB.

crud diary mongodb nextjs nextjs13 prisma prisma-orm typescript

Last synced: 10 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/andreacioni/weeklymenu-api

CRUD REST Api to support all the backend operations of the mobile app

crud flask-api mongoengine python rest-api

Last synced: 13 Nov 2024

https://github.com/lin3s/admincrudextensionsbundle

CRUD extension for LIN3SAdmin

admin-ui crud lin3s-admin php

Last synced: 07 Nov 2024

https://github.com/gahbr/registro-de-alunos

Registro de alunos em nodejs com front-end

crud estudos exercicio mysql nodejs sequelize

Last synced: 07 Nov 2024

https://github.com/syntacticbutter/lokatani-assignment

Assignment Web Development Internship

crud laravel

Last synced: 11 Nov 2024

https://github.com/gahbr/agenda-de-contatos

Projeto crud simples em Java. Link para o Java docs: https://gahbr.github.io/Agenda-de-contatos/

crud crud-application java javascript jsp-servlet mvc mysql

Last synced: 07 Nov 2024

https://github.com/hilmizul/nodejs-crud

Aplikasi Daftar Belanja menggunakan Node.js & Express

crud express mysql nodejs

Last synced: 07 Nov 2024

https://github.com/yracnet/spa-crud-v1

Crud Generator From JPA Modeler

abm angularjs crud crud-generator jpa-modeler jsf spa-crud xslt

Last synced: 08 Nov 2024

https://github.com/yracnet/gvy-template

[Create, Read, Update and Delete] Simple Template from JPA Modeler using Groovy Template

crud generator groovy java jta

Last synced: 08 Nov 2024

https://github.com/jonatandb/mern-tasks-manager_jwt-mongoose

Fullstack React-Express: Tasks Manager App (with JWT Auth, Mongoose and more)

api axios crud express jonatandb jsonwebtoken mongodb mongoose morgan nodejs nodemon react tailwindcss vite zod

Last synced: 12 Nov 2024

https://github.com/agnii555/tinytweets

TinyTweets is a micro-blogging application that allows you to view, create and update blogs. This micro blogging application is developed using JavaScript, HTML and SCSS.

crud css html javascript json scss xml xmlhttprequest

Last synced: 07 Nov 2024

https://github.com/avenuedigital/minapi

Minimum viable API w/ authentication and permissions, CRUD and resource management

api auth backend crud express framework jwt mongodb mvp rest

Last synced: 15 Oct 2024

https://github.com/zoelabbb/crudjs_simple

Just simple CRUD using Javascript language, check demo website below

crud javascript simple

Last synced: 07 Nov 2024

https://github.com/peperoxyz/clippy-quote

Clippy-Quote: Next.js app to keep track of good wise words you heard or read from anywhere. Turn them into notes you can easily revisit, deepening your reflections and understanding.

crud javascript nextjs notes-app reactjs tailwind

Last synced: 05 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/jauharibill/crud-with-realm

This Repository contain code about CRUD android using Realm NoSQL

android crud mobile nosql programming realm

Last synced: 07 Nov 2024

https://github.com/zoelabbb/rexpressapi.ts

A simple and efficient REST API for managing blog posts and users. Built with Node.js, Express.js, TypeScript, and Prisma.

blog crud expressjs nodejs playground-project postgresql prisma restapi typescript

Last synced: 07 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/javi-cc/vue-vuetify-crud

Vue Vuetify styles

crud vue vue-router vuejs vuetify

Last synced: 09 Nov 2024

https://github.com/evertonsavio/fastapi-101

Python Fastapi 101

crud fastapi python

Last synced: 09 Nov 2024

https://github.com/pedrosfaria2/pycal

API de Gerenciamento de Eventos com FastAPI, SQLAlchemy e testes automatizados.

ci-cd crud docker fast-api fastapi github-actions logging mysql orm poetry pydantic pytest python python3 sqlalchemy

Last synced: 09 Nov 2024

https://github.com/henriquediassilva/crud-max

Crud de clientes com Angular 16

angular-material angular16 api crud scss

Last synced: 11 Nov 2024

CRUD Awesome Lists
CRUD Categories