Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 2.13 KB

README.md

File metadata and controls

50 lines (33 loc) · 2.13 KB

Content Management System

This Project is based on content management system build using PHP. This projects includes secured login system or signup system with admin and local user supporter. It also contain dashboard with different analytics which helps to analyse data.

Installation

  1. Install XAMPP or WAMPP.

  2. Open XAMPP Control panal and start apache and mysql .

  3. Download project from github PHP-CMS

OR follow gitbash commands

> go to xampp/htdocs
> open git bash
> git clone https://github.com/PuneethReddyHC/online-shopping-system-with-advanced-admin-page.git
  1. open link localhost/phpmyadmin

  2. click on new at side navbar.

  3. give a database name as (cms) hit on create button.

  4. after creating database name click on import.

  5. browse the file in directory and In same folder there are cms.sql file.

  6. after importing successfully.

  7. open any browser and type http://localhost/PHP-CMS.

  8. first register and then login

  9. admin login details username = harshitbansal and Password=12345.

If you like my project hit a star button

Some Preview

preview

preview

preview

preview

preview

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.