cd backend- Copy
.envand set your MongoDB URI if needed - Run
npm install - Start server:
npm run dev
cd frontend- Run
npm install - Start app:
npm start(orng serve)
- 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/.envas needed.