MLH-Fellowship / SocioMark

A social media platform that lets you upload images and secures them by embedding a personalised hash.
https://sociomark.netlify.app
MIT License
15 stars 8 forks source link

Singleton Config #80

Closed aitikgupta closed 3 years ago

aitikgupta commented 3 years ago

Currently anywhere we need config in backend, we import and initialize a new config variable. This is both bad for deployment and hard to maintain: use singleton object throughout the backend.

aitikgupta commented 3 years ago

Closed via https://github.com/Open-Sourced-Olaf/SocioMark/pull/81