Skip to content

ERFouX/fouxnotes-blog

Repository files navigation

About Fouxnotes Blog

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.

Features

  • User authentication and authorization
  • Create, edit, and delete blog posts (Not yet complete)
  • Tagging and categorization (Not yet complete)
  • Responsive design

Getting Started

Follow these instructions to set up and run the Fouxnotes Blog on your local machine.

Prerequisites

  • PHP >= 7.3
  • Composer
  • MySQL or any other supported database

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/fouxnotes-blog.git
    cd fouxnotes-blog
  2. Install PHP dependencies:

    composer install
  3. Copy the .env.example file to .env and configure your environment variables:

    cp .env.example .env
  4. Generate an application key:

    php artisan key:generate
  5. Run the database migrations:

    php artisan migrate

Running the Application

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.

Contributing

(Not yet complete)

License

The Fouxnotes Blog is open-sourced software licensed under the MIT license.

About

a blog developed with the Laravel framework

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •