You can explore all availiable apis postman collection in docs/
- docker compose up -d --build
- open browser localhost
- Want to try autocomplete ? goto localhost:7700
I have to time to done my frontend and docs but the simple features are work fine.
// auth collection
{
"email": "String",
"password:"String"
}
// party collection
{
"name": "String",
"image_path":"String",
"description:"String"
"seat_limit":Number
"seat":Number
}
// auth cache
[{token}]: email
// party cache
[PARTY_{party_id}] : {
"name": "String",
"image_path":"String",
"description:"String"
"seat_limit":Number
"seat":Number
}
{
title: String(party name)
desc: String(party description)
}