/my-tasks-app

Simple task manager for daily todos in complete MEAN stack

Primary LanguageHTML

my-tasks-app

A simple daily tasks managing todo app built with Angular/NodeJS with MongoDB.

AngularJS is used for the frontend views and accessing the backend NodeJS RESTful API.

Routing is handled with the Express Router, and Database models are created using Mongoose ODM.

Requirements

The API requires node and npm installed in the system

Installation

  1. From the console, clone the repository: git clone git@github.com:md5sha1/my-tasks-app
  2. In the app directory, install dependencies: npm install
  3. Now initialize the server: node app.js
  4. Test on the browser at http://localhost:9000