https://github.com/wpcodevo/rust-feedback-api
In this tutorial, we will build a CRUD API for a feedback application. This project will help you get started with API development in Rust or enhance your skills as a Rust developer.
https://github.com/wpcodevo/rust-feedback-api
api crud docker postgresql rest-api rust sqlx sqlx-cli
Last synced: 9 months ago
JSON representation
In this tutorial, we will build a CRUD API for a feedback application. This project will help you get started with API development in Rust or enhance your skills as a Rust developer.
- Host: GitHub
- URL: https://github.com/wpcodevo/rust-feedback-api
- Owner: wpcodevo
- Created: 2024-08-14T14:15:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-06T06:59:00.000Z (about 1 year ago)
- Last Synced: 2025-01-26T03:41:16.994Z (11 months ago)
- Topics: api, crud, docker, postgresql, rest-api, rust, sqlx, sqlx-cli
- Language: Rust
- Homepage: https://codevoweb.com/build-a-crud-api-http-server-in-rust/
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a CRUD API HTTP Server in Rust
In this tutorial, we will build a CRUD API for a feedback application. This project will help you get started with API development in Rust or enhance your skills as a Rust developer.

## Topics Covered
- Run the API on Your Machine
- Set Up the Rust API Project
- Set Up a Database with Docker
- Connect the Rust App to the Running Database
- Create and Push the Database Migrations
- Create the SQLX Database Model
- Create the Data Schema
- Create the CRUD API Handlers
- Fetch All Records
- Create a Record
- Fetch a Record
- Edit a Record
- Delete a Record
- Complete API Handlers
- Create the API Routes
- Set Up CORS and Register the API Routes
- Conclusion
Read the entire article here: [https://codevoweb.com/build-a-crud-api-http-server-in-rust/](https://codevoweb.com/build-a-crud-api-http-server-in-rust/)