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.
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