Fouxnotes Blog is a web application built with Laravel, providing a platform for users to create, manage, and share blog posts. This project aims to deliver a seamless and enjoyable blogging experience with a focus on simplicity and performance.
- User authentication and authorization
- Create, edit, and delete blog posts (Not yet complete)
- Tagging and categorization (Not yet complete)
- Responsive design
Follow these instructions to set up and run the Fouxnotes Blog on your local machine.
- PHP >= 7.3
- Composer
- MySQL or any other supported database
-
Clone the repository:
git clone https://github.com/yourusername/fouxnotes-blog.git cd fouxnotes-blog
-
Install PHP dependencies:
composer install
-
Copy the
.env.example
file to.env
and configure your environment variables:cp .env.example .env
-
Generate an application key:
php artisan key:generate
-
Run the database migrations:
php artisan migrate
Start the local development server:
php artisan serve
Visit localhost:8000
or 127.0.0.1:8000
in your browser to see the application in action.
(Not yet complete)
The Fouxnotes Blog is open-sourced software licensed under the MIT license.