vandosant / ang-crud

angularjs crud app with the MEAN stack

Home Page:https://stormy-peak-6594.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ang-crud

Simple angularjs crud app built on node with express and mongo
sample app

  1. npm install
  2. start mongodb: mongod --dbpath (your/data/db/path)
  3. start server (http://localhost:3000): npm start
  4. start webdriver: ./node_modules/protractor/bin/webdriver-manager start
  5. run the specs: ./node_modules/protractor/bin/protractor spec/conf.js

Use this protractor guide if you have trouble running webdriver or protractor commands

About

angularjs crud app with the MEAN stack

https://stormy-peak-6594.herokuapp.com


Languages

Language:JavaScript 81.0%Language:HTML 17.8%Language:CSS 1.1%