Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 296 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 296 Bytes

secure_rest_api_nodejs

Creating a Secure REST API in Node.js

Our project will contain three module folders:

“common” (handling all shared services and information between user modules) “users” (everything regarding users) “auth” (handle the flow to generate JWT and login flow)