CankutER / SWE-573

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

Implement Post Service #11

Closed CankutER closed 6 months ago

CankutER commented 6 months ago

Implement the functionality to create post for a specific community. Posts must comply to a certain template and the target community that will receive the post must have that template defined. Post must have the all required data fields defined in the template and also must comply with the data types defined for a data field.

CankutER commented 6 months ago

Implemented, commit here.