Skip to content

FrancescoDatascientest/mc_securisation_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

mc_securisation_api

mc_securisation_api

[
    {
        "username": "jdoe",
        "first_name": "John",
        "last_name": "Doe",
        "password": "hashed_password123"
    },
    {
        "username": "asmith",
        "first_name": "Alice",
        "last_name": "Smith",
        "password": "securepass456"
    }
]



### Output

users = [
    UserInDB(username="jdoe", first_name="John", last_name="Doe", password="hashed_password123"),
    UserInDB(username="asmith", first_name="Alice", last_name="Smith", password="securepass456")]

About

mc_securisation_api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published