An open API service indexing awesome lists of open source software.

https://github.com/pierredemailly/appcar

A vehicle management app programmed in OOP with architecture MVC
https://github.com/pierredemailly/appcar

Last synced: 2 months ago
JSON representation

A vehicle management app programmed in OOP with architecture MVC

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).