Project Details
Blog API
The Blog API allows users to create, read, update, and delete blog posts and comments. It includes user authentication and authorization features to ensure secure access to the blog functionalities, as well as CORS policies to limit access to certain client URLs.

Features
- Create, read, update, and delete endpoints for blog posts, users, and comments
- User authentication/authorization with PassportJS and JSON Web Tokens (JWTs) w/ refresh tokens
- Secure password storage with bcryptJS
- Limit access to certain client URLs with CORS policies