Welcome! This repository contains a small full-stack project that you will use as part of a technical interview.
- Backend: Node.js + Express + MongoDB (MongoMemoryServer for demo) + Mongoose
- Frontend: Angular (standalone component) + RxJS
- Communication: HTTP REST API
npm run server:start- Starts the Node.js backend on
http://localhost:3000 - Uses MongoMemoryServer, so no real MongoDB setup is needed
- Pre-populated tasks will be created automatically
npm start- Angular runs on
http://localhost:4200