https://github.com/pierredemailly/appcar
A vehicle management app programmed in OOP with architecture MVC
https://github.com/pierredemailly/appcar
Last synced: over 1 year ago
JSON representation
A vehicle management app programmed in OOP with architecture MVC
- Host: GitHub
- URL: https://github.com/pierredemailly/appcar
- Owner: PierreDemailly
- License: mit
- Created: 2018-11-27T13:31:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T08:23:39.000Z (over 7 years ago)
- Last Synced: 2025-02-10T09:44:22.024Z (over 1 year ago)
- Language: PHP
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# appcar
A vehicle management app programmed in OOP with architecture MVC
### Features
- create a vehicle
- list the vehicles
- update a vehicle
- delete a vehicle
### MySQL
Before running app you need to edit **./conf/database.conf.php** to setup MySQL connection.
Import *./week19.sql*
### Router
If adding new feature(s) with new controller(s), edit **./conf/router.conf.php** to add path(s).