GDSC-HSU / gateway

[Top 3] 2022 Solution Challenge an IoT apporch include Flutter & embedded devices, network protocol, solving/helping covid-19 situation
MIT License
23 stars 9 forks source link

[DOCS] [Backend] User able to create their organization #20

Open truonghoangduy opened 2 years ago

truonghoangduy commented 2 years ago

EPIC :

User able to create their organization, and following on using the rest of the backend api belong to their created organization

Description :

Web client after they log in with email, password. If they are not participating in an organization they have an option to create an organization.

When an organization is created successfully, they will be able to use their organization endpoint

"https://{our_project_domain}/org/{organization_id}/"

organization_name: "Google Developer Student Clubs of Hoa Sen university"
organization_img: "xxx-xxxx-xxxx.jpeg"
organization_endpoint : "https://{our_project_domain}/org/{organization_id}/"
organization_id: "gdsc-hsu"

*Note:


Specification

Note