Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 502 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 502 Bytes

ionic2-apache-couchDB

Mobile app for Apache CouchDB using ionic 2

Instructions:

This code is based on the tutorial from Joshua, special thanks to him, see link below. This code is an updated verion of his, it uses ionic -v2. To run the couchdb server (I mean to connect to your running couchdb):

  • navigate to '/src/app/todos-server/' and
  • execute $ node todos-server.js

Enjoy

References / links:

http://www.joshmorony.com/part-2-creating-a-multiple-user-app-with-ionic-2-pouchdb-couchdb/