Skip to content

Files

57 lines (31 loc) · 958 Bytes

README.md

File metadata and controls

57 lines (31 loc) · 958 Bytes

Build Status

VamosJuntas Backend

Deprecated

This repo was deprecated and new features will be implemented at vamosjuntas-api [https://github.com/VamosJuntas/vamosjuntas-api]

##Installation

Install Brew in your Mac and then install Mongo:

brew install mongodb

Install services in brew to manage MongoDb:

brew tap homebrew/services

Install project dependencies:

$npm install

##MongoDB

With brew and brew services installed (see above), manage Mongo with following commands:

###Start

$ brew services start mongodb

###Stop $ brew services stop mongodb

###Restart $ brew services restart mongodb

##Tests

Unit

Run with npm run unit-test

Integration

Start your local MongoDB with brew services start mongodb Run with npm run integration-test