Please enable JavaScript.
Coggle requires JavaScript to display documents.
Portfolio REST API - Coggle Diagram
Portfolio REST API
User details
user routes
/user/create
/user/update
/user/view
/user/delete
wipe All data
user/upload/profile pic
user model
password
phone number
email
address
about
Name
image
Education Details
education model
education: [{Array_Of_Objects}]
owner: ref to user
routes
/education/create
/education/fetch
/education/delete
/education/update/:id
/education/delete/:id
/education/add
Project Details
project routes
/project/update/:id
/project/fetch
/project/create
/project/delete
/project/upload (project image/documentation file)
/project/add
/project/delete/:id
project model
project: [{Array_Of_Objects}]
owne: ref to User