Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 425 Bytes

File metadata and controls

17 lines (11 loc) · 425 Bytes

Backend Rocks API

Usage

  • 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

Endpoints

  • GET / - Returns Hello world
  • GET /books - Returns a response including a books array
  • POST /books - Allows to add a new book to the in-memory books array in the server

Good luck 🚀