Skip to content

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

Notifications You must be signed in to change notification settings

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🙏