Skip to content

Austine-john/expressjs-books-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Books API

A simple RESTful API for managing books built with Express.js.

Endpoints

  • GET /: Home route
  • GET /books: Get all books
  • GET /books/:id: Get a book by ID
  • POST /books: Create a new book

Setup

  1. Clone the repository
  2. Run npm install
  3. Run node server.js.js
  4. Server will start on port 8082

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors