Skip to content

mrVers/utrip

Repository files navigation

utr.ip

A simple Node.js CMS w/ Angular and .ejs for the frontend.

Requirements

  • Node.js
  • MongoDB $ mongod in background
  • Bower and Grunt

Installation

In main folder:

$ npm install
$ bower install

As well as in /vip/ folder:

$ npm install
$ bower install

Running

The project has two parts, the API and the actual APP. Make sure you have $ mongod running in background.

API

In main folder run:

$ node run

The server will run on port 3333.

http://localhost:3333/

CMS

Access the Angular.js CMS via the /vip/ route.

http://localhost:3333/vip
Logging

Admin account gets automaticaly seeded. For login, use:

admin@utrip.si / admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published