2.2 KiB
Executable file
Online News site
Table of Contents
General Information
An online news site that includes the latest news, news categories and breaking news with an advanced admin panel.
Technologies Used
- PHP 8.1.10
Features
List the ready features here:
- Breaking News
- Editor's Choice
- Controversial News
- User Permissions
- Web Setting
- Authentication
Screenshots
Setup
-
Install XAMPP or WAMPP
-
Open XAMPP Control panal and start [apache] and [mysql] .
-
Download project from github(https://github.com/MobinaJafarian/OnlineNewsSite)
OR follow gitbash commandsi>cd C:\xampp\htdocs\
ii>git clone https://github.com/MobinaJafarian/OnlineNewsSite.git
-
extract files in C:\xampp\htdocs.
Note
The project name must beOnlineNewsSite
-
open link localhost/phpmyadmin
-
click on new at side navbar.
-
give a database name as (news-project) hit on create button.
-
after creating database name click on import.
-
browse the file in directory [OnlineNewsSite/database/news-project.sql].
-
after importing successfully.
-
open any browser and type http://localhost/OnlineNewsSite/
-
first register and then login
-
admin login details:
- Email=onlinenewssite@admin.com and
- Password=123456789
Note
Don't forget to configure your database information in theindex.php
And also mail configuration in the
index.php
( I used mailtrap )
Project Status
Project is: complete
Contact
Created by @MobinaJafarian - feel free to contact me!