obayomi96 / bookstore-api

RESFTFUL API - Nodejs Express MongoDB(Mongoose) Postman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bookstore-CRUD-API

RESTFUL API - Nodejs Express Mongoose Postman

Get:

Endpoint Function
/api/books/:id Find book by id
/api/genres/ Find all genres
/api/genres/:id Find genre by id

POST:

Endpoint Function
/api/books/ Add new book
/api/genres/ Add new genres

PUT:

Endpoint Function
/api/books/:id Update existing book
/api/genres/:id Update existing genre

DELETE:

Endpoint Function
/api/books/:id Delete existing book
/api/genres/:id Delete existing genre

Clone the repo
Run npm install
Test endpoints & routes with Postman or RestEasy

About

RESFTFUL API - Nodejs Express MongoDB(Mongoose) Postman


Languages

Language:JavaScript 100.0%