Blogginit is a blogging platform designed to simplify content creation and management for users. This project provides a robust and user-friendly interface for creating, editing, and publishing blog posts.
- User Authentication: Secure login and registration system.
- Post Management: Create, edit, delete, and view blog posts.
- Responsive Design: Optimized for both desktop and mobile devices.
- Rich Text Editor: Easily format and style your blog content (Proposed).
- Category Management: Organize posts into categories for better navigation (Proposed).
-
Clone the repository:
git clone https://github.com/pspepp3r/blogginit.git
-
Navigate to the project directory:
cd blogginit -
Install dependencies:
npm install composer require
-
Configure the environment variables in a
.envfile. -
Generate Application key:
php blogginig app:generate
-
Open with a choice web server (Apache recommended)
- Open your browser and navigate to the URL specified by the browser configuration (most likely
http://localhost:80/. - Register or log in to your account.
- Start creating and managing your blog posts.
Contributions are welcome! Please follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature-name