set MYSQL_PASS="ur_password"
set DB_NAME="ur_db_name"
set JWT_PRIVATE_KEY = "any_strong_random_key"Or simply make a .env file
Navigate to /backend
cd backendRun the following commands:
npm installJust open a connection in MySql workbench
npm startOpen another terminal and navigate to /frontend
cd frontendRun the following command:
npm installnpm run dev