Giter Club home page Giter Club logo

mean-stack-tdd-crud-app's Introduction

MEAN-Stack-TDD-CRUD-App

Mongo Express Angular Node - TDD - with Karma, Protractor, & Jasmine

######Requirements:


###Install:


git clone https://github.com/Paz23/MEAN-Stack-TDD-CRUD-App.git

npm install


###Start server: node server.js


####Testing #####Karma:

  • npm test

#####Protractor:

  • npm run protractor or
  • protractor test/protractor-conf.js

######Note: To not error with Protractor add one widget prior to running.


#####Directory Tree (doesn't have all the files listed)

.
├── angular
│   ├── bower_components
│   ├── css
│   │   ├── animations.css
│   │   ├── normalize.css
│   │   └── style.css
│   ├── img
│   │   └── favicon
│   │       └── favicon.ico
│   ├── js
│   │   ├── app.js
│   │   ├── directives
│   │   │   └── directive.js
│   │   ├── factories
│   │   │   └── factory.js
│   │   ├── filters
│   │   │   └── filters.js
│   │   └── services
│   │       └── services.js
│   └── views
│       ├── error.ejs
│       ├── index.ejs
│       └── partials
│           └── main.html
├── bower.json
├── express
│   ├── config
│   │   ├── config.js
│   │   ├── mongoose.js
│   │   └── routes.js
│   ├── controllers
│   │   └── widgets.js
│   ├── helpers
│   │   ├── dbUtility.js
│   │   ├── formatDate.js
│   │   └── formatTime.js
│   └── models
│       └── widget.js
├── node_modules
├── package.json
├── server.js
└── test
    ├── e2e
    │   ├── README.md
    │   └── scenarios.js
    ├── karma.conf.js
    ├── protractor-conf.js
    └── unit
       ├── directiveSpec.js

mean-stack-tdd-crud-app's People

Contributors

paz23 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.