HackIllinois / api

The Official API supporting HackIllinois
https://api.hackillinois.org
Other
23 stars 51 forks source link

Mongo driver upgrade #466

Closed Nydauron closed 2 years ago

Nydauron commented 2 years ago

Closes #8. Ports the current database helper functions to use mongo/mongo-go-driver

Still need to:

Nydauron commented 2 years ago

This PR changes nothing to any of the endpoints. All the endpoints should behave identically prior to the driver upgrade.

Throughout implementing dtm into the API, endpoints will be changed to use transactions if need be.