Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 519 Bytes

File metadata and controls

39 lines (21 loc) · 519 Bytes

Angular/Node Todo app

Todo app with backend and database implementation

Tech Stack

Client: Angular 14, Angular material

Server: Node (Typescript), Express,

Database: Mongodb

Backend installation

Install with npm or yarn

  cd backend
  npm install / yarn install
  npm/yarn run dev

Frontend installation

Install with npm or yarn

  npm install -g @angular/cli / yarn global add @angular/cli
  cd client
  npm install / yarn install
  npm/yarn start