Easy application development with Couchbase, Angular and Node
Note : This article has been written in March 2013, since Couchbase and its drivers have a changed a lot. I am not working with/for Couchbase anymore, with no time to udpate the code.A friend of mine wants to build a simple system to capture ideas, and votes. Even if you can find many online services to do that, I think it is a good opportunity to show how easy it is to develop new application using a Couchbase and Node.js.
So how to start?
Some of us will start with the UI, other with the data, in this example I am starting with the model. The basics steps are :
- Model your documents
- Create Views
- Create Services
- Create the UI
- Improve your application by iteration
https://github.com/tgrall/couchbase-node-ideas
Use the following command to clone the project locally :
git clone https://github.com/tgrall/couchbase-node-ideas.git
Note: my goal is not to provide a complete application, but to describe the key steps to develop an application.