Niu
is a project that using IPFS to create total decentralized community. In here, you can join the topic you're
interested and free to speak out you opinon.
- docker-compose installed
yarn dev
register a new user of Niu
Request Body
{
"username": "your user name",
"password": "your password",
"email": "your email address"
}
Response Body
{
"message": "success",
}
you'll get a jwt token for other Niu API
Request Body
{
"username": "your user name",
"password": "your password",
}
Response Body
{
"jwt": "your jwt",
"message": "success",
}