Skip to content

ZZSpasov20/blog-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation



GitHub top language Github languages count GitHub repo size


🖋️ Introduction

Writeflow is a web application that aims to create a platform for developers to share their experiences and knowledge through blog posts. The project utilizes the MVC architecture and features a modern design that is visually appealing. All data is stored in a MySQL database, optimized to use UUIDs for enhanced security.

🛠️ Application Tech Stack

Laravel PHP Alpine.js Tailwind MySQL

🔧 Installation

You can download our project by using the green "Code" button.

Or by pasting the following code in your CMD:
-> git clone https://github.com/codingburgas/2324-technologies-11-transport-assignment-SABoev20.git
Then open the project directory(blog-managememt-system-writeflow) and execute the following commands:
-> composer install
-> npm install

-> cp .env.example .env // In the newly generated .end file configure the database
-> php artisan key:generate

-> php artisan db:seed // Generate fake data

-> php artisan serve // Run laravel project

Hope you like it :D

About

Blog management system built with Laravel and TailwindCSS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published