Nodejs-Assignment-5

  Create two APIs User API & Product API

 Each API should implement following services

            Create resource

            Read all resources 

            Read a resource by id or name

            Update resource

            Delete resource by id


Access user routes using   http://localhost:4000/user-api/

Access user routes using   http://localhost:4000/product-api/



Implement middlewares to handle invalid path of client request and synchronous errors in routes.




Comments

Popular posts from this blog