https://github.com/akkilmg/blog-api
https://github.com/akkilmg/blog-api
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akkilmg/blog-api
- Owner: AkkilMG
- License: gpl-3.0
- Created: 2024-02-11T11:23:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-26T09:14:39.000Z (over 1 year ago)
- Last Synced: 2025-03-07T17:09:21.793Z (7 months ago)
- Language: TypeScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog-API
## Problem statement
Design and implement a basic Node.js API using Express.js that incorporates various types of middleware to handle HTTP requests. The API should cover essential functionalities such as author authentication, author registration, fetching all blogs, creating new blogs, and retrieving a specific blog based on the author's ID. This assignment focuses on incorporating different middleware types, including built-in middleware, application-level middleware, router-level middleware, and configurable middleware.
## Maintainer
- **[AkKiL M G](https://github.com/AkkilMG)**