Skip to content

savindug/countries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

45 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒ Countries API

Welcome to RESTful Countries API

๐Ÿ’ป RESTful Countries API Endpoints

  • 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

๐Ÿ‘‰ To Use

๐Ÿ’ป Run Spring boot Api

  • cd ./biz
  • mvn spring-boot:run

๐Ÿ’ป Run ng client

  • cd ng-client
  • npm install
  • ng serve --open

Enjoy

-Thank you๐Ÿ™

About

Angular + Spring boot Full stack web application with RESTful API to keep track of Country data.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors