Skip to content

kyle-bober/website-api-posts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website-api-posts

Overview

Backend RESTful API for managing blog post data to be consumed by clients, like website-frontend. Built with Java and Spring Boot.

Project Setup

Please review the local development environment steps before getting started:

  1. In your IDE, Import this project as a Maven Project
  2. To test everything works run ./mvnw spring-boot:run
  3. Then make the following request to get the results:
    curl http://localhost:8080/healthcheck
    

Development

For more information, visit Posts API

Release Management

About

Backend RESTful API for consuming blog post data from

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 47.3%
  • Batchfile 36.5%
  • Java 16.2%