Details
Details
- Reviewers
emack - Group Reviewers
Restricted Project - Commits
- rABC030cb6819c04: [alias-server] [p17] Add API endpoint, MVP of app
node index.js
Navigate to localhost:5000/aliases in browser
Should see aliases
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- alias-node-app
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 22069 Build 43773: Build Diff Build 43772: arc lint + arc unit
Event Timeline
Comment Actions
After starting mongodb, then running index.js, Mongo starts complaining about duplicate keys in the DB
After starting mongodb, then running index.js, Mongo starts complaining about duplicate keys in the DB
Comment Actions
Can you try re-running after changing the name of the db in config.js or deleting the database in mongodb?
This is probably from testing earlier diffs when the logic to prevent this wasn't in yet.