Set up .ENV
TAILWIND_MODE=watch
SESSION_SECRET=""
USERNAME = ""
PASSWORD = ""
DB_URI = ''First, run the development server:
npm run devand run for Connect with API
nodemon nodemon ./src/index.jsOpen http://localhost:3000 with your browser to see the result.