This is a practice Back-end Engineer project. For this project, I built an API that allows clients to create and access different quotes about computers, coding and technology. The source code is available at (https://github.com/VincentNguyenDuc/QuoteAPI).
In order to run the program, you need to install Node.js on your computer:
node server.js
Once you have the server up and running, the following end points will be reachable in http://localhost:4001/
:
GET
/api/quotes/random
- retrieve a random quote from the data/api/quotes?person={name}
- retrieve all quotes by the authorPOST
/api/quotes?quote={quote}&person={person}
- create new quote