Skip to content

namangupta1399/BlogApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogging site

This is a Blogging web application which can be used by anybody to add modify blogs. Users can login, comment on the blogs, read blogs on specific categories and much more. This project was made as a part of summer training. There are 2 types of user: Admin & Subscriber. The subscriber has limited access to the backend settings.

Link to the website
Admin login credentials for testing purpose:
Username: admin
Password: admin123

Getting Started

Everything you need to implement the project on your system is mentioned below:

Installing

  1. Install the XAMPP software.
  2. Then, copy the project folder into the C:\xampp\htdocs location.
  3. Launch XAMPP, then click start button infront of Apache and MySQL options.
  4. Launch a web browser and type localhost/phpmyadmin in the browser window. The database will open.
  5. Create the database according to the project requirements. (You can see the tables required from the code itself)
  6. After creating database, type localhost/project-folder-name in the browser window to launch the application.

Now you're all set. You can login, view posts and do much more.

Built With

  • HTML, CSS, JavaScript, jQuery, Bootstrap - for frontend
  • PHP - for backend
  • MySQL - for database

Acknowledgement

Course Instructor - Edwin Diaz (PHP for Beginners - Become a PHP Master - CMS Project)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published