- clone the repository
- Run
npm installin the project folder to install the dependencies - Run
npm startto start the server - Navigate to
http://localhost:3000
GET /- Returns Hello worldGET /books- Returns a response including a books arrayPOST /books- Allows to add a new book to the in-memory books array in the server
Good luck 🚀