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
- Host: GitHub
- URL: https://github.com/nathanpotter17/rustsimplecrud
- Owner: nathanpotter17
- Created: 2023-11-09T04:10:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T04:31:42.000Z (over 1 year ago)
- Last Synced: 2025-02-01T21:28:00.046Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust CRUD
Simple Local CRUD using Rust + PSQL + Docker + Postman## Docker Init

## PSQL Init

## Get Initial Table

## Create

## Read

## Update

## Delete
