Welcome to RESTful Countries API
- GET /countries - Get All Country Details
- GET /country/{id} - Get Country Details by Id
- POST /country - Add new Country Details
- PUT /country/{id} - Update Country Details by id
- DELETE /country/{id} - DELETE Country Details by id
- Clone the repo using - git clone https://github.com/savindug/countries.git
- cd ./biz
- mvn spring-boot:run
- cd ng-client
- npm install
- ng serve --open
-Thank you🙏