Skip to content

souravt/showcase-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Showcase REST API

  • Building a simple Ping/Pong
  • Connect with DB
  • Invoke external service
  • Connect with Kafka
  • Connect with Redis
  • Logging
  • Error Handling
  • Connect with observability agents
  • Containerize
  • Add code quality checkers
  • Add unit test cases
  • [] CD/CD Integration
  • [] APM Tool Integration

How to Test?

Sending a GET message

curl http://localhost:8081/ping

Sending a POST message

curl --location 'http://localhost:8081/messages' \
--header 'Content-Type: application/json' \
--data '{"message":"Welcome"}'

About

REST API Demo Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published