Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 307 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 307 Bytes

Section IV - Creating a RESTful Endpoint

In this section, we will be creating a Test Data Generation RESTful Endpoint. This will require us to modify the following files:

  • Cargo.toml (manifest)
  • src/lib.rs (library)
  • src/tdg_service.rs (module)
  • src/bin/tdg-service.rs (executable)