From 9b63135c7cb69b2031153227cadab7c7786f70f6 Mon Sep 17 00:00:00 2001 From: Karthik Raju Date: Fri, 3 Jun 2022 06:47:19 +0530 Subject: [PATCH 1/2] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e8e8b7 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# rap-names-api + +This is a basic api which shows the birth name, birth location and age of your favourite rappers. + +**Link to api:** https://rapper-api-100Devs-class39.herokuapp.com + +## How It's Made: +**Tech used:** Node.js, Express, Javascript +This api was made with just the basics of Node and Express. + +## Lessons Learned: +Learned how to implement a basic api with Node and Express. +We have unlocked new powers! +Learned that we can literally build the app of our dreams! From 34a7ec9cb38ef420f61953256fd264adccffaace Mon Sep 17 00:00:00 2001 From: Karthik Raju Date: Fri, 3 Jun 2022 06:55:56 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1e8e8b7..71bd0aa 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ This is a basic api which shows the birth name, birth location and age of your favourite rappers. +To run the api locally: +1. Clone the repo +2. run `npm install` +3. Go to http://localhost/8000/api + **Link to api:** https://rapper-api-100Devs-class39.herokuapp.com ## How It's Made: