Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# rap-names-api

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:
**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!