Skip to content

saiprasannasastry/rest-api-using-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Problem statment:

part 1

  • parse the values from jsonplaceholder.typicode.com/albums and insert into DB
  • parse the values from jsonplaceholder.typicode.com/photos and insert into DB

part 2 fetch from DB and show the result of the following

PREREQUISITES

  • need to have mysql installed and a database called typicode created
  • create tables called albums and photos and create the respective colums based on the response from the below URl
  • move the dbinsert and handle folders into github.com/src/$name which you are importing

About

This code fetches info from http://jsonplaceholder.typicode.com, inserts into db, to make CURL calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages