Skip to content

VasuSagar/BlogAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blogAPI

A simple blog post api made with spring,mysql.Following tutorial by @FadatareRamesh(Java Guides)
Frontend server(made using Angular) can be found here Blog

Intro

A Blog API with functionalities listed below

  • Build CRUD REST API for blog
  • Add Pagination and Sorting
  • Build REST API for login and signup
  • Add Exception and error handling
  • REST API Request Validation
  • Add Spring Security and create role based authentication
  • Use JWT based authentication
  • Document REST API using swagger
  • Use any of mapper(mapStruct,modelMapper,JMapper)
  • Add Like functionality to Post

Technologies Used

  • Java 11
  • MySQL 8
  • Hibernate
  • Spring Security
  • Swagger

About

A simple blog post api made with spring,mysql.Following tutorial by @FadatareRamesh(Java Guides)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages