To login the user UserName : admin Password : admin123
clone this repository using ### git clone https://github.com/satishtcw/dietary.git
in the root of repository you will get ### dietary_db.sql
create a Database and import this file.
in ### .env
file add database config
DB_HOST=localhost
DB_NAME=databaseName
DB_USER=UserName
DB_PASS=Password
In src/CORS.php
add front-end url to overcome CORS error
header("Access-Control-Allow-Origin: http://localhost:3000"); your frontend url here
Run Composer command ### composer install
To test csv upload you can use sample.csv in root
I think using this code you can understand my coding skill.