Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harshit-paneri/book_backend


https://github.com/harshit-paneri/book_backend

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Book Bank

This is for leanring purpose, bancked CRUD application
Task:

● Create an api server using express/fastify/restify.

● Create an array of objects (data) for performing operations.

● Create 4 endpoints to perform CRUD (create, read, update, delete) operations over data using proper http method types.

● Implement all these endpoints functionality.

● Test the endpoints using Postman/Thunder Client.

give : Books -> id, title, author, publisher, genre, publish year, price, imageUrl