This is the RESTful API of my Portfolio Blog. It has CRUD operations for posts and comments and user authentication.
It does validation with express-validator of everything from creating a post, to sign in. It encrypts passwords and uses Passport with the Bearer Token, and JWT Web Token for the authentication.
Is used by 2 front ends, my portfolio blog to get posts and comments, and write comments, and my portfolio blog CMS to create and update posts and comments.
This is the API url.