Recomm App Boilerplate Backend (Express + MongoDB) cd backend Copy .env and set your MongoDB URI if needed Run npm install Start server: npm run dev Frontend (Angular + TypeScript) cd frontend Run npm install Start app: npm start (or ng serve) Notes The Angular app expects the backend to be running on the same host (proxy setup may be needed for development). Update MongoDB connection string in backend/.env as needed.