Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 357 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 357 Bytes

How to run this project

  1. git clone repo-url
  2. composer dump-autoload
  3. create a mysql database
  4. root config.php -> add database name and host
  5. root Core/Database -> add user and password in construct
  6. import database tables from root sql/dump.sql

⚠️ Attention: Code is created to work with the notes from the user with id : 1

Enjoy !