Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 992 Bytes

README.md

File metadata and controls

61 lines (40 loc) · 992 Bytes

Todo App

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

Before you start

Install MongoDB

$ service mongod start

Installation

$ git clone https://github.com/stix96/todo-angular-nestjs.git
$ cd todo-angular-nestjs

Server

$ cd server
$ npm install
$ npm start

Client

$ cd client
$ npm install
$ npm start

Browser

Visit dev server

Screenshot