Librairies / API's | version |
---|---|
Font Awesome | 4.7.0 |
JQuery | 3.3.1 |
ParticulesJS | 2.0.0 |
- controllers resources:
/core/controllers/
- models resources (data binding):
/core/models/
- views resources:
/core/views/
- HTTP Request:
/core/HTTPRoute.php
- XHR Request:
/core/XHRRoute.php
- Data Base connection:
/core/connect.php
- Injection Verification & Protection:
/core/services.php
After cloning the repository you need to create the database json config file in the /core/constants
directory which will be called config.json
with inside:
{
"database": {
"host": "localhost",
"name": "id8823866_cv",
"char": "utf8",
"user": "id8823866_root",
"pass": "~75rRTijOvE<bkte"
}
}
Don't forget to import the cv.sql
file into your database !
- Dynamic theme
- Script fixed
- Update documentation updates
- Explode all index views
- Php script fixed
- Style root var added
- Prepare css dynamic theme
- Data base update
- Add folder for assets
- Apply MVC architecture
- Update php contact script
- Delete parasitic files
- Update portfolio link documentation