A simple web app with MVC and routing for IT course. It's based on the classicmodels
sample database and a few custom tables (scripts are provided).
For the model component, designed with ORM, I used my ORM Templates.
- Import the
classicmodels
sample database; - Run
province.sql
,users.sql
andactions.sql
SQL scripts on theclassicmodels
db; - Edit the
config.ini
file with your settings for connecting to the DBMS.
DBOrders is property work of Matteo Agnoletto (@EPMatt).
The web app uses DataTables for adding functionality to HTML tables. DataTables is licensed under the MIT License.
Fonts from the Inter font family are used. These fonts are licensed under the MIT License.
The web app also uses Github's Octicons. Octicons are licensed under the MIT License.
DBOrders is built over Twitter's Bootstrap framework. Bootstrap is licensed under the MIT License.
Animated backgrounds are built with particles.js by Vincent Garreau. Particles.js is licensed under the MIT License.