Simple async CRUDL based on Tornado and Peewee ORM
-
Updated
Nov 15, 2021 - Python
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
|
Simple async CRUDL based on Tornado and Peewee ORM
The easiest, quickest and most complete way to publish REST API with Create, Read, Update, Delete and List endpoints from Django models.
Opinionated HTTP framework for Node.js to make the creation of CRUDL APIs as simple as possible
A task-CRUDL app, with a 'backend worker' that keeps trying to check all tasks you add.
CRUDL demo application developed with JavaFX 18
WEB application developed in Java, Spring, MySQL, REST and JavaScript vanilla, with teaching/education purposes
The first app I built using Angular, in merely 3 days! On this app you can transfer money to your fake contacts, CRUDL them, and much more!
A lightweight web application with desktop capabilities, built using HTML, Tailwind CSS, and Swal for alerts, powered by Python with Eel, and utilizing SQLite for efficient student and course data management.
Small demo CRUDL fullstack project for managing bugs and users