https://github.com/sadanand1256/onlinenewssite-develop
About An online news site that includes the latest news, news categories and breaking news with an advanced admin pannel
https://github.com/sadanand1256/onlinenewssite-develop
admin admin-panel boots mysql news newsw php php8 phpproject
Last synced: 5 months ago
JSON representation
About An online news site that includes the latest news, news categories and breaking news with an advanced admin pannel
- Host: GitHub
- URL: https://github.com/sadanand1256/onlinenewssite-develop
- Owner: Sadanand1256
- License: mit
- Created: 2024-06-11T20:21:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-11T20:29:02.000Z (over 1 year ago)
- Last Synced: 2025-03-27T13:47:00.186Z (10 months ago)
- Topics: admin, admin-panel, boots, mysql, news, newsw, php, php8, phpproject
- Language: PHP
- Homepage:
- Size: 8.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Online News site
## Table of Contents
* [General Info](#general-information)
* [Technologies Used](#technologies-used)
* [Features](#features)
* [Screenshots](#screenshots)
* [Setup](#setup)
* [Project Status](#project-status)
* [Contact](#contact)
## 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
.png)




## Setup
1. Install XAMPP or WampServer
2. Open XAMPP Control panal and start [apache] and [mysql] .
3. Download project
1. from GitHub (https://github.com/MobinaJafarian/OnlineNewsSite)
2. or you can clone by cmd
1. `cd C:\xampp\htdocs && git clone https://github.com/MobinaJafarian/OnlineNewsSite.git`
4. extract files in C:\\xampp\htdocs\.
> **Note**
> The project name must be `OnlineNewsSite`
5. open link localhost/phpmyadmin
6. click on new at side navbar.
7. Name a database as (news-project) and hit the create button.
8. after creating the database name click on import.
9. browse the file in directory
[OnlineNewsSite/database/news-project.sql].
10. after importing successfully.
11. open any browser and type http://localhost/OnlineNewsSite/
12. first register and then login
13. Admin account details for login:
- Email: `onlinenewssite@admin.com and`
- Password: `123456789`
> **Note**
> Don't forget to configure your database information in the `index.php`
> And also mail configuration in the `index.php` ( I used [mailtrap](https://mailtrap.io/) )
## Project Status
Status Project: _complete_