- cargo build
- cargo run
* review the code our A.I. system wrote and remove ```rust and ``` at the beginning and end of the generated file main.rs in the server template folder.
- change into the server-template folder
- cargo run
- view the api_schema.json file for the created endpoints
- open your browser and navigate to your localhost:8080 and the endpoint created i.e /block_time
- The expected outcome should look like the following.
