From e3208711af8bf83f5f86f5d43c4919c9938aae75 Mon Sep 17 00:00:00 2001 From: Ryan DaBrusco Date: Thu, 2 Jun 2022 21:09:25 -0400 Subject: [PATCH 1/6] Create readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f12ff0c --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# rap-names-api +This is a simple api that allows you to make a request to the server, and it respoonds with the rappers birth name. + +**Link to project:** https://github.com/100devs/rap-names-api + +![alt tag](https://ibb.co/CVxNtGY) + +## How It's Made: + +**Tech used:** HTML, JavaScript, Node.js, Express + +This is a simple API that showcases the power of Express and how it simplifies creating a server and the interaction between servers and the files they serve. + + + +## Lessons Learned: + +How useful Express is, and how much easier it makes life while coding on the backend, as well as an appreciation for how creating a server used to be done. + From ca49e6e1432475223bf5731a0c6f44e9e101f68a Mon Sep 17 00:00:00 2001 From: Ryan DaBrusco Date: Thu, 2 Jun 2022 21:26:27 -0400 Subject: [PATCH 2/6] Fixed the broken image link and add alt tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f12ff0c..e4cf7ef 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a simple api that allows you to make a request to the server, and it res **Link to project:** https://github.com/100devs/rap-names-api -![alt tag](https://ibb.co/CVxNtGY) +![Image of website]([https://ibb.co/CVxNtGY](https://i.ibb.co/2cXm64C/100devs-rap-names-api.png)) ## How It's Made: From fd278f88554262ba44baf2f635059216476b8a5d Mon Sep 17 00:00:00 2001 From: Ryan DaBrusco Date: Thu, 2 Jun 2022 21:28:38 -0400 Subject: [PATCH 3/6] 2nd attempt to fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4cf7ef..7f3db7e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a simple api that allows you to make a request to the server, and it res **Link to project:** https://github.com/100devs/rap-names-api -![Image of website]([https://ibb.co/CVxNtGY](https://i.ibb.co/2cXm64C/100devs-rap-names-api.png)) +![Image of website](http://ibb.co/CVxNtGY) ## How It's Made: From c3690ef06ee0038af5dfacd8c65afc89a94f11bc Mon Sep 17 00:00:00 2001 From: Ryan DaBrusco Date: Thu, 2 Jun 2022 21:29:31 -0400 Subject: [PATCH 4/6] Last attempt to get image to display --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f3db7e..fa4144f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a simple api that allows you to make a request to the server, and it res **Link to project:** https://github.com/100devs/rap-names-api -![Image of website](http://ibb.co/CVxNtGY) +![Image of website]([http://ibb.co/CVxNtGY](https://i.ibb.co/2cXm64C/100devs-rap-names-api.png)) ## How It's Made: From 79e27cc233817ccc6a46de8adda865c32b123a0a Mon Sep 17 00:00:00 2001 From: Ryan DaBrusco Date: Thu, 2 Jun 2022 21:31:20 -0400 Subject: [PATCH 5/6] Final actual attempt for sure this time --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa4144f..280368e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a simple api that allows you to make a request to the server, and it res **Link to project:** https://github.com/100devs/rap-names-api -![Image of website]([http://ibb.co/CVxNtGY](https://i.ibb.co/2cXm64C/100devs-rap-names-api.png)) +![Image of website](https://i.ibb.co/2cXm64C/100devs-rap-names-api.png) ## How It's Made: From 1ec2fcc9dcec34149ee30527726cfc5844a38fc0 Mon Sep 17 00:00:00 2001 From: Ryan DaBrusco Date: Thu, 2 Jun 2022 21:34:58 -0400 Subject: [PATCH 6/6] Uploaded correct image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 280368e..6dbfa29 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a simple api that allows you to make a request to the server, and it res **Link to project:** https://github.com/100devs/rap-names-api -![Image of website](https://i.ibb.co/2cXm64C/100devs-rap-names-api.png) +![Image of website](https://i.ibb.co/pwRYPTh/Document.png) ## How It's Made: