8000 GitHub - HossameTor/goal.ma
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HossameTor/goal.ma

Repository files navigation

Sports News Management Web Application (goal.ma)

Welcome to the Sports News Management web application repository! This application is built with Laravel 8 and is designed to help you manage and share sports news effortlessly.

Features 🌟

  • User Authentication: Secure user authentication system to protect your content.

  • News Management: Create, edit, and delete sports news articles with ease.

  • Categories: Organize news articles into different categories for better navigation.

  • Tags: Tag articles to improve search and filter capabilities.

  • Image Upload: Upload images to complement your articles and make them visually appealing.

Getting Started 🚀

  1. Clone this repository to your local machine:

    git clone https://https://github.com/HossameTor/goal.ma
    
  2. Install the project dependencies:

    cd sports-news-app
    composer install
    npm install
    
  3. Create a copy of the .env.example file as .env and set up your database configuration:

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

    php artisan key:generate
    
  5. php artisan migrate --seed

    php artisan migrate --seed
    
  6. Start the development server:

    php artisan serve
    
  7. Visit http://localhost:8000 in your web browser to access the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0