1.0.0 • Published 7 years ago

honestcode-backend-blueprints v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

HonestCode.io Blueprints services

This micro server manage the blueprints of honestcode.io

Architecture

This micro server uses nodejs with mongodb to store data

Tests

Integration tests need a MongoDB running

npm test-acceptance

Acceptance tests need a MongoDB and HTTP Server running

Start server

npm start

Run tests

npm run test-acceptance

Run server

npm start