Start the API first from HomenetBE with npm install and npm run dev, then start this Next.js app with npm install and npm run dev. Open /admin for the dashboard.
The API creates db.sqlite, its tables, seed records, and uploads/ automatically. Set NEXT_PUBLIC_API_URL to change the API base URL (default http://localhost:4000/api).