This article will teach you how to build a simple CRUD API with Rust using the Rocket framework. We'll create a RESTful API that runs on a Rocket HTTP server and persists data in an in-memory database.
- Updated
Jan 12, 2023 - Rust
This article will teach you how to build a simple CRUD API with Rust using the Rocket framework. We'll create a RESTful API that runs on a Rocket HTTP server and persists data in an in-memory database.
A simple REST API application, implemented in rust programming language. The four API's (GET, POST, PUT, DELETE) are implemented. MongoDB is used as database.
A simple REST API application, implemented in rust programming language. The four API's (GET, POST, PUT, DELETE) are implemented. PostgreSQL is used as database.
Add a description, image, and links to the rust-restapi topic page so that developers can more easily learn about it.
To associate your repository with the rust-restapi topic, visit your repo's landing page and select "manage topics."