Skip to content

Rest api almacened in memory about create a person with a name, age and communities, but before that, must log in an email and password to get a jwt and be able to use the api

Notifications You must be signed in to change notification settings

SebasRomero/api_persons_communities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{
    "email":"sebas@hotmail.com",
    "password":"123456"
}

With the token obtained, you will be able to create persons to work with


To create a new person:
{
    "name":"Sebastian",
    "age":21,
    "communities":[{"name":"Gopher"}]
}

About

Rest api almacened in memory about create a person with a name, age and communities, but before that, must log in an email and password to get a jwt and be able to use the api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages