Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 736 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 736 Bytes

Populating Database Through Consuming API

Populating a database consuming an external API.

Packages Reference:

The code is pretty simple:

  1. First of all, i created the database.
  2. Downloaded the necessary packages(you can check up here).
  3. Created the interfaces to apply SOLID Principles.
  4. Implemented the Service class.
  5. And in the controller, i implemented the call to the API and the code to populate the Database.

Thanks for coming here!