Node.MongoDB.API
Node.MongoDB.API is a RESTful webapi that serves the below functions
> get all books
> get book by id
> add book
> issue a book
> get all issued books
> get all overdue books
> extend return date of a book
Setup detail
Environment Setup
Download and install Node.Js and Visual Studio Code
Clone /download the repository.
Open LMS.API folder in Visual Studio Code
Running the API
run following commands one after another
- npm install
- node index
All the APIs can be viewed and checked at localhost:4000
Support or Contact
Having any trouble? Please read out this documentation or contact to sort it out.
Keep Coding :-)