Skip to content

Blog application created with Materialize.css and Laravel in the MVC pattern.

License

Notifications You must be signed in to change notification settings

Ilvondir/fancy-blog

Repository files navigation

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:

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 admin@fb.com password
Journalist journalist@fb.com password
User user@fb.com password

First Look

firstlook1 firstlook2

Packages

No packages published

Languages