1/-install dependencies with npm install 2/ run Mysql DB initialisation script (from mysql cli) (create_db.sql)
change the user and pwd of db in the config/db.js.
3/-run using npm run dev
4/create account with email root@root.com then logout (this will act as the admin account)