Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 787 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 787 Bytes

My Projects API

CircleCI Codacy Badge


This is an API for ideas!

Maked with Node.js, ES6 and MongoDB and using TDD metodology and Continuous Integration (CI)

Pay attention to these commands:

# In dev
yarn dev

# For build
yarn build

# For start builded project
yarn start

# For run tests
yarn test
yarn test:watch