Skip to content

enricolo4/hexagon_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexagonal Rust Quickstart

Run

Run command in terminal cargo run

Endpoint

Health:

  • GET /health
    • Response
      • Hello World
  • POST /person
    • Body
      •  {
             "name": " String",
             "age": 32,
             "cpf": "String",
             "email": "String"
         }
      • Response
        {
            "id": "UUID",
            "name": " String",
            "age": 32,
            "cpf": "String",
            "email": "String"
        }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages