A simple Node.js CMS w/ Angular made for SAE assignment.
- Node.js
- MongoDB
$ mongodin background - Bower and Grunt
In /api/ folder:
$ npm installIn /app/ folder:
$ npm install
$ bower installThe project has two parts, the API and the actual APP.
Make sure you have $ mongod running in background.
In /api/ folder run
$ node run
The server will run on port 3333.
http://localhost:3333/
In /app/ folder run
$ grunt serve
View the app running on port 9001.
http://localhost:9001/
