Skip to content

haldunatar/ng-todo-app

Repository files navigation

TodoApp

npm i

Start Backend and MongodDB

If not installed: Install mongodb

sudo mongod

node server

Start client

npm start