Skip to content

emilkip/angular-app

Repository files navigation

Angular-app

Web app, built with mean stack (MongoDB, Express, Angularjs and Node js)

Demo

Demo site

Installation

Dependencies

$ npm install

You need to install GraphicsMagick

GraphicsMagick is the swiss army knife of image processing.

Also need MongoDB

Installation Guide - Go to the site

Set admin

After first run, you should create account and set "isAdmin" - true, in Mongo shell.

use angular_app

db.users.update({username: "YOUR_USERNAME"},{$set: {"isAdmin": true}})

After this manipulation you can go to admin panel.

About

Web app, built with mean stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published