Skip to content

kala2/angular-node-ts-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published