https://github.com/elhajuojy/notes-app
note app php mysql using mvc design pattern and implement simple routing system 🚀
https://github.com/elhajuojy/notes-app
php routing
Last synced: 3 days ago
JSON representation
note app php mysql using mvc design pattern and implement simple routing system 🚀
- Host: GitHub
- URL: https://github.com/elhajuojy/notes-app
- Owner: elhajuojy
- Created: 2022-11-19T09:51:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T10:58:59.000Z (over 2 years ago)
- Last Synced: 2025-02-17T12:32:33.178Z (3 months ago)
- Topics: php, routing
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Notes Mini-Project php mysql 🚀
and this project you will learn about how to separate the view from the logic and implement simple routing system in your projects
### run the sever
> php -S localhost:9000
