Skip to content

Add mongoDB support and Dockerfile

Pre-release
Pre-release
Compare
Choose a tag to compare
@LewisWatson LewisWatson released this 10 Dec 23:35
· 117 commits to master since this release

Added

  • MongoDB data store support
  • Configure MongoDB URL via CARSHARE_MGO_URL environment variable
  • Configure server port via CARSHARE_PORT environment variable
  • Created Dockerfile

Changed

  • Standardisd ID's on BSON ObjectId
  • Overhaul error handling
  • Unit test now run twice. First with the fast in-memory data store (fail fast), then as an integration test against a MongoDB docker container