Skip to content

Simple responsive to-do app with drag'n'drop reorder functionality

Notifications You must be signed in to change notification settings

medjedovicm/todo-angular-nestjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple responsive to-do app with drag'n'drop reorder functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published