https://github.com/yehezkiel1086/php-post-app
🌐✈️ Post app created using php and mysql
https://github.com/yehezkiel1086/php-post-app
mysql php sql
Last synced: about 2 months ago
JSON representation
🌐✈️ Post app created using php and mysql
- Host: GitHub
- URL: https://github.com/yehezkiel1086/php-post-app
- Owner: yehezkiel1086
- Created: 2023-01-11T09:28:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T10:34:13.000Z (over 3 years ago)
- Last Synced: 2025-03-28T21:29:19.999Z (about 1 year ago)
- Topics: mysql, php, sql
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Post App
Post app created using php and mysql
activation in local development environment:
1. install xampp
2. activate apache2 and mysql
3. create database named phppost
4. add table named posts (id [int], title [varchar(255)], author [varchar(255)], body [varchar(255)], created_at [timestamp])
5. redefine your constants in config.php
6. start mysql and the application (in terminal: php -S localhost:3500)