JBLOGGS, a web application for creating and reading blog posts, built as a terminal project for the Web Technologies subject. The project utilizes the Laravel PHP framework.
Project Description:
JBLOGGS empowers users to publish and share their thoughts, ideas, and stories with a wider audience. Users can easily create blog posts, manage content, and potentially interact with other users through comments or other features you may choose to implement.
Key Features (Highlight the functionalities you've implemented):
- User Authentication: Allows users to register, log in, and log out (if applicable).
- Blog Post Creation: Provides a user-friendly interface for creating and editing blog posts.
- Content Management: Enables users to manage their own blog posts (edit, delete, etc.).
- Post Listing (if applicable): Presents a list of all blog posts for users to browse.
- Search Functionality (if applicable): Offers the ability to search for specific blog posts.
Technology Stack:
- PHP
- Laravel Framework
Getting Started (if applicable):
- Clone the repository:
git clone https://github.com/your-username/JBLOGGS.git - Install dependencies:
composer install - (Optional) Set up a database connection (refer to Laravel documentation)
- Run the application:
php artisan serve
Contributing
We welcome contributions to JBLOGGS! Feel free to open pull requests with improvements or additional features.
License
This project is licensed under the MIT License.