Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 351 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 351 Bytes

BookStore_API

A bookstore api made using Node.js (Express.js) and MongoDB. You can view, add, update or delete any of the 3 main components (Users, Authors, Books)

The application uses multiple libraries and middlewares to help validate the api and verify the data being sent back and forth between the api and whatever is consuming it.