Rust: Build a REST API with Rocket
Created Mar 13, 2024Last modified Mar 13, 2024
Steps
- Step 1. Introduction
- 1.1 Preparation
- 1.2 Objectives
- Step 2. Development
- 2.1 Initial Version
- 2.2 Health Endpoint
- 2.3 Data Models
- 2.4 Routes
- 2.5 4 Layers Architecture
- 2.6 Database: MySQL
- 2.7 Config File
- 2.8 Database: MongoDB
- 2.9 Cache: Redis
- 2.10 Pagination
- 2.11 Search
- 2.12 Authentication
- Step 3. Deployment