-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Part of #890 epic
IMPORTANT
Keep the amount of changes made in the actual code as little as possible. Not allowed: changes in the way how connector works (functionality/behavior/API), how the code is structured or formatted.
If the imported code does not pass code linting and/or prettier formatting rules, then changes to make the code compliant must be done in a standalone commit.
Acceptance Criteria
Using the same monorepo created in ##1725
- import loopback-connector-mongodb using lerna import
- Set up Travis for CI - how to test and build using Travis
- find a way and document how to build and test locally
- set up db using docker
Reference
See more detailed discussion: #890