An open API service indexing awesome lists of open source software.

https://github.com/puneeth-chanda/my-cms

CMS for blogging ¯\_(ツ)_/¯
https://github.com/puneeth-chanda/my-cms

css html mysql-database php7

Last synced: about 1 year ago
JSON representation

CMS for blogging ¯\_(ツ)_/¯

Awesome Lists containing this project

README

          

# My-cms

A very basic blog-cms

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

First you must have a lampp server installed in your system, for doing this run the following commands in your shell:

```
sudo apt-get install apache2 php-mysql libapache2-mod-php mysql-server phpmyadmin php-curl
```

### Installing

To get the application running on the local environment follow the following:

The steps are

```
cd /var/www/html

```

```
git clone https://github.com/puneeth2001/my-cms.git
```
Then you can run it from your local server by running from your browser

```
localhost/my-cms
```

## Using the application:

on opening the application you can see some text boxes where you can enter the data and then it gets displayed as a blog.

## Screenshots

![img](https://github.com/puneeth2001/my-cms/blob/master/Screenshot%20from%202019-03-01%2023-45-26.png)
## Built With

* [PHP](http://www.php.net/) - PHP
* [apache](https://httpd.apache.org/) - Dependency Management
* [mysql](https://www.mysql.com/) -MySQL

## Authors
Puneeth Chanda
## Acknowledgments

* getbootstrap.com
* mentors