A simple Node.js CMS w/ Angular and .ejs for the frontend.
- Node.js
- MongoDB
$ mongod
in background - Bower and Grunt
In main folder:
$ npm install
$ bower install
As well as in /vip/ folder:
$ npm install
$ bower install
The project has two parts, the API and the actual APP.
Make sure you have $ mongod
running in background.
In main folder run:
$ node run
The server will run on port 3333.
http://localhost:3333/
Access the Angular.js CMS via the /vip/ route.
http://localhost:3333/vip
Admin account gets automaticaly seeded. For login, use:
admin@utrip.si / admin