Skip to content

A dynamic and responsive news platform developed with HTML, CSS, JavaScript, jQuery, and Ajax, using Bootstrap for a modern and intuitive design. The robust infrastructure is built with PHP using the Laravel framework and a MySQL database

License

Notifications You must be signed in to change notification settings

malldonado/news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Platform

A dynamic and responsive news platform developed with HTML, CSS, JavaScript, jQuery, and Ajax, using Bootstrap for a modern and intuitive design. The robust infrastructure is built with PHP using the Laravel framework and a MySQL database, ensuring a secure and efficient backend for real-time content management.

Table of Contents

Features

  • Dynamic and responsive design
  • Real-time content management
  • Secure backend with Laravel and MySQL
  • Modern and intuitive user interface with Bootstrap
  • Interactive features with jQuery and Ajax

Technologies

  • Frontend:

    • HTML
    • CSS
    • JavaScript
    • jQuery
    • Ajax
    • Bootstrap
  • Backend:

    • PHP
    • Laravel
  • Database:

    • MySQL

Installation

Prerequisites

  • PHP 8.2.12 or higher
  • Composer
  • MySQL

Steps

  1. Clone the repository:

    git clone https://github.com/malldonado/news.git
    cd news/admin_panel_laravel
  2. Install PHP dependencies:

    composer install
  3. Set up the environment file:

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

    php artisan key:generate
  5. Configure the .env file with your database settings:

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=news
    DB_USERNAME=root
    DB_PASSWORD=
  6. Run the database migrations:

    php artisan migrate
  7. Serve the application:

    php artisan serve

License

This project is licensed under the MIT License.

About

A dynamic and responsive news platform developed with HTML, CSS, JavaScript, jQuery, and Ajax, using Bootstrap for a modern and intuitive design. The robust infrastructure is built with PHP using the Laravel framework and a MySQL database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published