- POST : /api/signup
- GET : /api/lognin
- POST :
- /api/profile
- GET :
- /api/profile/:id
- PUT :
- /api/profile/:profID
- POST :
- /api/profile/:profID/photo
- PUT :
- /api/profile/:profID/photo/:photoID
- DELETE :
- /api/profile/:profID/photo/:photoID
- POST : /api/profile/:profileID/residence
- GET : /api/profile/:profileID/residence/:resid
- DELETE : /api/profile/:profileID/residence/:resid
- GET : /api/residence/:resID/bedroom/:bedID
- POST : /api/residence/:resID/bedroom
- PUT : /api/residence/:resID/bedroom/:bedID
- DELETE : /api/residence/:resID/bedroom/:bedID