I am new to web development. I want to develop a web application using angularJS, nodeJS, Express and couchdb. The registered user will be given some tasks. So the app must maintain data of tasks assigned to a user and tasks completed by the user. It should also maintain the data of users when they register for this app. **I am able to access data(user name,tasks assigned to user,tasks completed by user) from couchdb through nodejs. But I don't know how to make angularjs access the data accessed by nodeJS and display it on web page. I would like to know how to access that data and display it on webpage.**You can take tasks as repairing a chair or something.
Dismiss
Announcing Stack Overflow Documentation
We started with Q&A. Technical documentation is next, and we need your help.
Whether you're a beginner or an experienced developer, you can contribute.
express
to process requests. – Zen Jun 13 at 7:24