honestcode-backend-blueprints
v1.0.0
Published
This micro server manage the blueprints of honestcode.io
Downloads
2
Readme
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