Skip to content

mrVers/cms-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Node.js CMS

A simple Node.js CMS w/ Angular made for SAE assignment.

Node CMS

Requirements

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

Installation

In /api/ folder:

$ npm install

In /app/ 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 /api/ folder run

$ node run

The server will run on port 3333.

http://localhost:3333/

APP

In /app/ folder run

$ grunt serve

View the app running on port 9001.

http://localhost:9001/

About

A simple CMS based in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors