Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sumon766/tech-blog


https://github.com/sumon766/tech-blog

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)

# 📖 Tech Blog (Laravel)

**Tech Blog** is a dynamic web application built using Laravel 11, PHP 8.3, and MySQL. This project showcases the seamless registration and login functionalities facilitated by Laravel Breeze package. With a sleek dashboard, users can effortlessly create, edit, update, or delete posts.

Featuring a user-friendly interface, the application's homepage presents posts from all users, offering convenient filter options to explore posts based on users and date ranges. Additionally, users can easily access their own posts through date filters, enabling efficient management of individual posts.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Users can signup**
- **Users can login using their email and password**
- **See posts on the home page from all users**
- **Create & edit posts after login**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

To have installed PHP & MySQL on computer or you can use servers like Xampp or Wamp to setup your project

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone https://github.com/sumon766/tech-blog.git
```

### Database Setup

Create a MySQL Database named "tech_blog" and edit the .env file to setup your database. Run the artisan command from the root directory of your project to migrate.

### Usage

To run the project, execute the following command:

Example command:

```sh
php artisan serve
```

(back to top)

## 👥 Authors

👤 **MD Mursedul Islam Sumon**

- GitHub: [@githubhandle](https://github.com/sumon766)
- Twitter: [@twitterhandle](https://twitter.com/sumon766)
- LinkedIn: [LinkedIn](https://linkedin.com/in/sumon766)

(back to top)