viniciusgama / back-end

Back End do Vamos Juntas!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VamosJuntas Backend

##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 (in maintanance)

Run with npm run integration-test

About

Back End do Vamos Juntas!

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 100.0%