- clone the repository
- Run
npm install
in the project folder to install the dependencies - Run
npm start
to 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 🚀