P stands for "personal", what else can it be?. Own personal blog with custom CMS to implement Next.js and node back-end. And hey! it supports PWA too.
P-Blog is a personal blog project that aims to provide a platform for developers to express their opinions. The project consists of a frontend blog and a CMS (Content Management System) for managing blog posts. The project structure is divided into two directories: frontend/ and admin/. Each directory has its own environment configuration file, .env, which includes the MongoDB configuration string. The frontend directory contains subdirectories for website pages, APIs, and utility functions. The APIs directory includes functions for fetching data from the server. The admin directory follows a similar structure to the frontend with separate website and REST API directories.
P-Blog is a personal blog project that aims to provide a platform for developers to express their opinions. It consists of a frontend blog and a CMS for managing blog posts. The project follows a directory structure divided into frontend and admin sections. The frontend includes routes for website pages and APIs for data fetching, while the admin section replicates the same structure. Installation involves updating the MongoDB configuration, setting up dependencies, and running the frontend and admin servers separately.
Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.