PranilDahal / Eagle-Post

Eagle-Post: Social Media Software Project - ACM Cal State LA
11 stars 2 forks source link

OrganizationUser controllers #22

Open calstatelaacm opened 6 years ago

calstatelaacm commented 6 years ago

Create OrganizationUserControllers. Look at SSU controllers for more details. Document the controllers in the wiki page accordingly.

http.GET on localhost:8080/orgs/all should return ALL the available organizations. http.GET on localhost:8080/orgs/{orgid} should return one unique org with that specifi {orgid}

YOU WILL HAVE TO WORK TOGETHER WITH #20 and #21 The methods created by them will be called by your controllers.