Rapid JavaScript development environment for building RESTful API (Demo).
Note: This demo was originally created to be used along with this environment.
Clone the original environment,
then clone this demo and replace the api
directory.
Note: Access URL will be: localhost:3000/book
.
Note: The available API methods are: GET
, POST
, PATCH
, DELETE
.
- Improve controller crud methods (Maybe move everything to model?).
- Improve search query in controller.
- controller should use the reveling module pattern to have all helpers inside scope.