Create a tag class. It should have many-to-many relationships with the Offer class.
Research how to implement that with Spring JPA.
Write the endpoints for below functionalities:
[x] create new tag (should check if that tag exists, of if that tag is illegal)
[x] search tags
[x] add tags to an offer
If time left:
There should be illegal tags for sensitive words. Create a library that contains illegal tags.
(req. 12)
Create a tag class. It should have many-to-many relationships with the Offer class. Research how to implement that with Spring JPA. Write the endpoints for below functionalities:
If time left: There should be illegal tags for sensitive words. Create a library that contains illegal tags. (req. 12)