https://github.com/messsimo/blog-laravel
Simply Blog in which you can write what you think
https://github.com/messsimo/blog-laravel
Last synced: over 1 year ago
JSON representation
Simply Blog in which you can write what you think
- Host: GitHub
- URL: https://github.com/messsimo/blog-laravel
- Owner: messsimo
- Created: 2024-08-04T17:12:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T12:38:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T08:43:11.335Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 22.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SimplyBlog
SimplyBlog is an interactive CRUD application and features for your things.
## The project includes:
- Home page: User-friendly interface for quickly and easily finding the products you need.
- CRUD functionality: Ability to add, view, update, and delete product information.
## Installation
1. Clone the repository:
```
git clone https://github.com/username/repository.git
```
2. Go to the project directory:
```
cd repository
```
3. Install Composer:
```
composer install
```
3. Setting up the .env file:
```
cp .env.example .env
```
3. Running Migrations:
```
php artisan migrate
```
3. Starting the server:
```
php artisan serve
```
## Technologies
- HTML
- CSS
- PHP
- Laravel
- mySQL
## Screenshots