kasdihacene / BlogCreator4Engineer

Open source project for creation blog/portfolio dedicated to engineers

Home Page:https://hacene-kasdi.fr/#/resume

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose endpoint Add newArticle

kasdihacene opened this issue · comments

In the backend an endpoint http POST /article
With body (id, Map<String, Element>) add the element is a presentation of:
- (Type:Title - Text) | (Type:Text-area - Text) | (Type:File - Filename - legend) | (Type:Code - snippet - language)
A file should be persisted before sending this POST request to store the article: PREREQUISITE