You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This simple blog application provides a user-friendly platform for bloggers to publish their posts online. It is built using PHP on the server-side and uses MySQL for storing blog posts. The application allows bloggers to write blog posts, add images and publish them on the blog.
The backend of this blog website is built with Laravel, serving as a RESTful API to manage blog operations, including creating, editing, updating, and deleting posts in a MySQL database.
Backend robusto para um sistema de blog, desenvolvido com Spring Boot. O projeto oferece segurança avançada com Spring Security e autenticação via JWT (JSON Web Token), além de uma API RESTful eficiente para gerenciamento de posts e categorias.
This repository contains a simple backend blog application. It demonstrates basic backend functionalities and provides a foundation for building and managing blog content.