Skip to content

JChanut/Multivision

Repository files navigation

Multivision demo app

Running the application

To run this application, start your mongo server & do the following from the command line:

$ bower install
$ npm install
$ nodemon server.js

Running MongoDB

You can use docker, for starting your mongo server :

$ docker run --name multivision-mongo -p 27017:27017 -d mongo

Testing

$ gulp test

About

Multivision app to learn MEAN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published