CankutER / SWE-573

Home repository for SWE-573 Course, Semester Spring-2024
0 stars 0 forks source link

Implement Community Creation on API #9

Closed CankutER closed 4 months ago

CankutER commented 4 months ago

Provide an endpoint in API to create communities. Calling the endpoint successfully should assign the "Creator" role for the created community to the caller by default. All created communities should start with a default template, adding additional templates will be done after community creation step.

CankutER commented 4 months ago

Implementation has been completed except default template. Currently, templates will be added after community creation. Commit https://github.com/CankutER/SWE-573/tree/b4d577cf2f6b0a5f6b957366f7723eaad956aac5. Additionally subscription management is implemented.