An application to store articles on technologies
#H2 Databse H2 in memoery database is used
Article served along with description goes here
These instructions will serve you article details saved in machine for testing purposes.
jdk 8 needs to be install in the system from oracle
jdk1.8
sts tool or initializer or CDI
http://localhost:8085/api/articles/saveArticles
http://localhost:8085/api/articles/updateArticle/1
## 1 is articleId
http://localhost:8085/api/articles/allArticles?pageNo=0&pageSize=1
http://localhost:8085/api/articles/delete/a86e5be393c011eaabe3a95c7c9a6bf9
## uuid = a86e5be393c011eaabe3a95c7c9a6bf9
http://localhost:8085/api/articles/allTags
http://localhost:8085/api/articles/readtime/5a565d2293be11eab1a1e15e38bfd222
## uuid = a86e5be393c011eaabe3a95c7c9a6bf9
http://localhost:8085/api/articles/tags/count?pageNo=0&pageSize=10
###Sample request
request body to save details in machine
{
"title":"How to learn Spring Booot",
"description":"Ever wonder how?",
"body":"its gurgaon",
"tags" :["spring", "java","hibernate"]
}
test1
- Maven - Dependency Management
- Dheeraj Kumar
its for tutorial purpose
- my past experience of Sapient helped me to develop this application