https://github.com/ilvondir/fancy-blog
MVC application of a blog created in Laravel.
https://github.com/ilvondir/fancy-blog
blade css eloquent faker fakerphp font-awesome html javascript laravel materialize php
Last synced: 13 days ago
JSON representation
MVC application of a blog created in Laravel.
- Host: GitHub
- URL: https://github.com/ilvondir/fancy-blog
- Owner: Ilvondir
- License: mit
- Created: 2024-04-09T16:11:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-18T20:09:51.000Z (about 1 year ago)
- Last Synced: 2024-04-18T21:54:20.069Z (about 1 year ago)
- Topics: blade, css, eloquent, faker, fakerphp, font-awesome, html, javascript, laravel, materialize, php
- Language: PHP
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fancy Blog
Fancy Blog is a web application built using the Laravel framework with an MVC architecture, meaning it is server-side application. The visual design of the application has been crafted using the Materialize framework.
The application showcases popular aspects of social media services such as tags and comments, which are represented in the database as many-to-many and one-to-many relationships, respectively.
For guests, the application allows browsing blog articles and registering. Logged-in users can additionally comment on all articles. Users in the journalist role can add new tags, write articles and edit their own. The administrator has full control over tags, articles, and comments.
## Used Tools
- HTML 5
- CSS 3
- JavaScript ES6
- PHP 8.3.6
- Laravel 11.4.0
- Materialize 1.0.0
- Font Awesome 6.5.2## Requirements
For running the application you need:
- [MySQL](https://www.mysql.com)
- [PHP](https://www.php.net/manual/en/install.windows.php)
- [composer](https://getcomposer.org)## How to run
1. Execute command `git clone https://github.com/Ilvondir/fancy-blog`.
2. Create `fancy_blog` database.
3. Run `start.bat` file.
4. Log in to the selected account to discover various functionalities.| Account | Email | Password |
|:---------------:|:---------------------:|:-----------:|
| Administrator | [email protected] | password |
| Journalist | [email protected] | password |
| User | [email protected] | password |## First Look

