Skip to content

ksb96/blog_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog_App - REST API

REST-based Apis for 'Blog App' created. Basic operations like CRUD(Create, Read, Update & Delete) can be performed. Also, 'custom exceptions' handling has been done.

API categories -

  1. Authentication API.
  2. Category API.
  3. Comment API.
  4. Post API.
  5. User API.

Tables name -

  1. Categories,
  2. Comments,
  3. Posts,
  4. Role,
  5. User role,
  6. Users.

tables

Authentication Method Used -

  • JWT Tokens.

Build used -

Maven maven build

  • CLI build command:- java -jar {pacakge name}.jar

Hosting

  • localhost:8080

API Documentation