Skip to content

This is a simple Todo application with crud operations using meanstack. We are maintaing node js server seperately for restapi.App will interact with restapi for crud opertaions.

Notifications You must be signed in to change notification settings

saty932/ionic3-mean-crud-TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

ionic3-mean-crud-Todoapp

This is a simple Todo application with crud operations using meanstack. We are maintaing node js server seperately for restapi.App will interact with restapi for crud opertaions.

Installation

After cloning

cd ionic3-mean-crud-Todoapp/meanTodoApp
$ sudo npm install -g ionic cordova

For running server

cd server
$ npm install
$ node server.js

Server is started with your system ipaddress and port 3000

All the rest api's will interact through this server...

Then, to run it

In the  Browser
$ionic lab


For Android Platform 
$ cordova platform add android
$cordova run android

For Ios platform 
$  cordova platform add ios
$  cordova run ios

About

This is a simple Todo application with crud operations using meanstack. We are maintaing node js server seperately for restapi.App will interact with restapi for crud opertaions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published