# README
https://roadmap.sh/backend/project-ideas#1-personal-blogging-platform-api
Personal Blogging Platform API
Features
- List Articles: Retrieve a list of all articles with optional filters such as publishing date and tags.
- View Single Article: Retrieve a single article by its ID.
- Create Article: Create and publish a new article.
- Delete Article: Delete an article by its ID.
- Update Article: Update the details of an existing article by its ID.
Technologies
- Programming Language : Go
- Database : PostgreSQL