Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benawi/crud-php
A PHP CRUD (Create, Read, Update, Delete) application is a web-based system that allows users to manage data stored in a database. It provides an interface where users can add new records (Create), view existing records (Read), modify existing records (Update), and remove records (Delete).
https://github.com/benawi/crud-php
css html5 javascipt mysql php session-management
Last synced: 13 days ago
JSON representation
A PHP CRUD (Create, Read, Update, Delete) application is a web-based system that allows users to manage data stored in a database. It provides an interface where users can add new records (Create), view existing records (Read), modify existing records (Update), and remove records (Delete).
- Host: GitHub
- URL: https://github.com/benawi/crud-php
- Owner: Benawi
- Created: 2024-06-12T14:15:38.000Z (8 months ago)
- Default Branch: develop
- Last Pushed: 2024-08-10T15:32:06.000Z (6 months ago)
- Last Synced: 2024-08-10T21:13:47.541Z (6 months ago)
- Topics: css, html5, javascipt, mysql, php, session-management
- Language: PHP
- Homepage:
- Size: 556 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)CRUD PHP! project is a repository consisting of the following files:
- HTML file (index.html)
- CSS file (styles.css)
- JS file
- PHP fileThe repository also contains files for setting up linters and validators.
Client
- **no linter errors**
## 🚀 Live Demo
- Hello World Live
To get a local copy up and running, follow these steps.
### Setup
Clone this repository to your desired folder:
> cd my-folder
> git clone [email protected]:myaccount/my-project.git
### Prerequisites
In order to run this project you need:
- GitHub account;
- git installed on your OS
### Install
Installations required to run this project:
- Webhint installation. Run the following command:
> npm install --save-dev [email protected]
- Stylelint installation. Run the following command:
> npm install --save-dev [email protected] [email protected] [email protected] [email protected] .
### Usage
You can use this project by cloning it to your folder and changing index.html and styles.css files.
### Run tests
To run tests, run the following commands:
> npx hint.
> npx stylelint "**/*.{css,scss}"
### Deployment
You can deploy this project by adding new lines of code to index.html and styles.css files.
👤 Habtamu Alemayehu
- GitHub: [@bena] https://github.com/Benawi
No future features are suggested.
Contributions, issues, and feature requests are welcome!
If you like this project just star it!
I would like to thank the CS Program for providing me with this great chance
This project is [MIT](./MIT.md) licensed.