Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshit-paneri/book_backend
https://github.com/harshit-paneri/book_backend
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshit-paneri/book_backend
- Owner: harshit-paneri
- Created: 2023-09-11T10:06:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T10:09:28.000Z (over 1 year ago)
- Last Synced: 2024-04-18T05:23:23.249Z (9 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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