Spring boot project accelerator that can serve as reference for bootstrapping projects using Java and Spring to produce a REST API.
The simple REST API provides two endpoints for geography data (/continents and /countries/{continentCode}).
- Setup development tools and environment
- Clone repo
- Build and run the application via "F5" in vscode (or run the debugger)
- Exercise the API via postman
Download and install https://www.getpostman.com and then import the collection in the "postman" folder in file "SBPA-API.postman_collection.json" and run the requests to see api data and responses - see more info: https://learning.getpostman.com/docs