Skip to content

VamosJuntas/back-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published