From 4e59fd92ef13812fa48b72fc691a2fe1c4b4ac6e Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Tue, 9 Jul 2013 20:44:37 +0300 Subject: [PATCH] Adding Bower Support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 037d2f19..93b76e1e 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ See the [config](config/) folder and especially the [config.js](config/config.js * [The AngularJs Controller](public/js/controllers/articles.js) - Where we take care of our frontend logic. * [The AngularJs Views Folder](public/views/articles) - Where we keep our CRUD views. + And the route configuration in: + * [NodeJS Routes](config/routes.js) - Where we define our object schema. + * [AngularJs Routes](public/config.js) - Where we take care of our backend logic. + ## The Future We are currently working on a extendable module system to make it more like a framework with support for modern web development requirements.