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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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.