Skip to content

xammax1337/MiniprojektAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[GET] List Persons

https://localhost/person

[GET] View Links and Interests for specific Person

https://localhost/person/ (Persons ID)

[POST] Create Person

https://localhost/person/create

{
	"firstName": "",
	"lastName": "",
	"number": 
}

[POST] Create Interest

https://localhost/interest/create

{
	"title": "",
	"description": ""
}

[POST] Connect Person to Interest, Enter PersonId and InterestsTitle to make a connection.

https://localhost/person/connect

{
  "personId": ,
  "interestTitle": ""
}

UML Diagram

uml1 drawio

ER Diagram

erdiagram drawio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages