Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 407 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 407 Bytes

express_boilerplate

Demo app for express on node: With express cli

This code is fitted with Authentication using Passport and Authorization using JWT strategy. using "joi": "^13.3.0" for request validation: this could be important for restfull web microservice.

An api route is made which is accessible only if authorised. This can be further seggerated by calling imports for every api/v1 route