to run this repo:
- clone this repo
- change name folder prj
- package.json : change name prj
git remote remove origin
git remote -v
git init
npm install
npm install express
npm install dotenv
npm install cors
npm install multer
npm install mysql2 #x query sql
- create file .env
HOST = http://localhost
PORT = 3001
🛰️ Run with "npm run start"