osm-codes / gridMap-pages

The production version, after gridMap-draftPages. ReactJS + OpenLayers.
Apache License 2.0
0 stars 0 forks source link

Set Up MongoDB Connection in Bun Server #37

Open jsugg opened 1 year ago

jsugg commented 1 year ago

Description

Implement MongoDB connection logic in the Bun server to enable data fetching for map features. This involves installing the MongoDB driver and setting up a connection in server/index.ts.

Acceptance Criteria