https://github.com/messsimo/cms-php
Ready-made example of a CMS for business
https://github.com/messsimo/cms-php
api chartjs cms css html javascript mysql php sql
Last synced: 3 months ago
JSON representation
Ready-made example of a CMS for business
- Host: GitHub
- URL: https://github.com/messsimo/cms-php
- Owner: messsimo
- Created: 2024-11-03T20:33:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T07:45:59.000Z (over 1 year ago)
- Last Synced: 2025-03-25T09:25:54.372Z (over 1 year ago)
- Topics: api, chartjs, cms, css, html, javascript, mysql, php, sql
- Language: PHP
- Homepage:
- Size: 980 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌐 CMS
## 📖 Description
This CMS is a template of real CMS which used in bussines administration.
CMS include CRUD operation for staff, orders, products. In addition, CMS include tabels and charts with statistic about sales and prodit and expenses.
## 🛠 Technology stack
- **Backend:** PHP
- **Frontend:** HTML, CSS, JavaScript
- **Database:** MySQL
## Installation
1. Clone the repository:
```
git clone https://github.com/messsimo/cms_php.git
```
2. Go to the project directory:
```
cd cms_php
```
3. Install Composer:
```
composer install
```
3. Setting up the .env file:
```
cp .env.example .env
```
3. Running Migrations:
```
php artisan migrate
```
3. Starting the server:
```
php artisan serve
```
## 🛠 Features
- 📋 **CRUD Operations for Content Management** — Manage pages, oreders, and categories with ease.
- 🛒 **Booking Management** — Support for adding and editing booking entries and customer details.
- 🌍 **Integration with ChartJS** — Interactiv statistic about bussines processes.
## 👤 About the Author
Hi, I'm **Daniel Mihai**, a Middle Fullstack Developer with experience in web development. My core skills include **PHP (Laravel)**, **JavaScript**, **HTML/CSS**, **MySQL**, along with server configuration and API integration.
- **Email:** [danielmihai.it@mail.ru](mailto:danielmihai.it@mail.ru)
- **LinkedIn:** [Daniel Mihai](https://www.linkedin.com/in/danielmihaiit/?locale=en_US)
- **GitHub:** [@DanielMihai](https://github.com/DanielMihai)
## 🤝 Contributing
Contributions, bug fixes, and feature requests are welcome! Please feel free to submit a pull request with a clear description of your changes. Let's improve this project together!