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

https://github.com/nathanpotter17/rustsimplecrud

Simple Local CRUD using Rust + PSQL + Docker + Postman
https://github.com/nathanpotter17/rustsimplecrud

Last synced: 3 months ago
JSON representation

Simple Local CRUD using Rust + PSQL + Docker + Postman

Awesome Lists containing this project

README

        

# Rust CRUD
Simple Local CRUD using Rust + PSQL + Docker + Postman

## Docker Init
![docker](./r1.png)
## PSQL Init
![psql](./r2.png)
## Get Initial Table
![table](./r3.png)
## Create
![create](./rCreate.png)
## Read
![read](./rRea.png)
## Update
![update](./rupdat.png)
## Delete
![del](./rdelete.png)