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 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

![Image of website](https://i.ibb.co/pwRYPTh/Document.png)

## 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.