Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 664 Bytes

File metadata and controls

36 lines (22 loc) · 664 Bytes

Task Manager

Welcome! This repository contains a small full-stack project that you will use as part of a technical interview.


🟢 Stack

  • Backend: Node.js + Express + MongoDB (MongoMemoryServer for demo) + Mongoose
  • Frontend: Angular (standalone component) + RxJS
  • Communication: HTTP REST API

⚡ Running the project

1. Backend

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

2. Frontend

npm start
  • Angular runs on http://localhost:4200