Client side: Angular CLI version 6.0.8.
Server side: NestJS - A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular
Database: MongoDB
$ service mongod start
$ git clone https://github.com/stix96/todo-angular-nestjs.git
$ cd todo-angular-nestjs
$ cd server
$ npm install
$ npm start
$ cd client
$ npm install
$ npm start
Visit dev server